Add Travis CI badge for gap-docker-master-testsuite #1881
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds new Travis CI badge which points to the Travis build at https://travis-ci.org/gap-system/gap-docker-master-testsuite.
This build allows everyone (not only to those who can access Jenkins instance in St Andrews) to see how tests from
testinstall
,teststandard
andtestbugfix
directories behave in three scenarios: with no packages, with default packages, and with all packages loaded.This build is a Travis CI cron job, scheduled to run daily, and it uses the GAP Docker container for the master branch (https://hub.docker.com/r/gapsystem/gap-docker-master/), which is also built daily, with packages from the http://www.gap-system.org/pub/gap/gap4pkgs/packages-master.tar.gz archive, which is updated periodically when package updates pass some internal checks in Jenkins.
Adding this badge will allow others to see the current status of the test and easily find test logs.
At the moment, tests which are failing are those reported in #1849 and #1860.