Skip to content

Commit

Permalink
Merge pull request #510 from wilfwilson/travis-reinstate-gap-master
Browse files Browse the repository at this point in the history
Reinstate testing again GAP master branch in Travis
  • Loading branch information
james-d-mitchell authored Sep 10, 2018
2 parents 439dc62 + 34b211e commit d80cc2e
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ addons:
# Matrix
# | GAP: master | GAP: stable-4.9 | GAP: required |
#--------------------+--------------+-----------------+---------------+
# packages: master | 64- & 32-bit | - | - |
# packages: newest | 64-bit | - | - |
# packages: required | (coverage) | - | - |
# packages: master | 64-bit | 64 - & 32-bit | - |
# packages: newest | 64-bit | 64-bit | - |
# packages: required | 32-bit | (coverage) | - |

# Plus: linting, and code coverage

Expand All @@ -39,6 +39,30 @@ matrix:
sudo:
true

- env:
- SUITE=test
- GAP=master
- PACKAGES=master
- ABI=64
sudo:
required

- env:
- SUITE=test
- GAP=master
- PACKAGES=newest
- ABI=64
sudo:
required

- env:
- SUITE=test
- GAP=master
- PACKAGES=required
- ABI=32
sudo:
required

- env:
- SUITE=test
- GAP=stable-4.9
Expand Down Expand Up @@ -71,22 +95,6 @@ matrix:
- THRESHOLD=95
sudo:
required

# - env:
# - SUITE=test
# - GAP=master
# - PACKAGES=newest
# - ABI=64
# sudo:
# required
#
# - env:
# - SUITE=test
# - GAP=master
# - PACKAGES=master
# - ABI=64
# sudo:
# required

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
Expand Down

0 comments on commit d80cc2e

Please sign in to comment.