Skip to content

Commit

Permalink
Travis: run testinstall with all pkgs after testpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 1, 2018
1 parent 2bb30bb commit 95e540d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ matrix:
# - libreadline-dev:i386

# compiler packages and run package tests
- env: TEST_SUITES=testpackages
# we don't use --enable-debug to prevent the tests from taking too long
- env: TEST_SUITES="testpackages testinstall-loadall" ABI=64 CONFIGFLAGS="--enable-Werror"
addons:
apt_packages:
- gcc-multilib
Expand All @@ -47,7 +48,7 @@ matrix:
- pari-gp # for alnuth
- libzmq3-dev # for ZeroMQInterface

- env: TEST_SUITES=testpackages ABI=32
- env: TEST_SUITES="testpackages testinstall-loadall" ABI=32 CONFIGFLAGS="--enable-Werror"
addons:
apt_packages:
- gcc-multilib
Expand Down
2 changes: 2 additions & 0 deletions tst/testinstall-loadall.g
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LoadAllPackages();
ReadGapRoot("tst/testinstall.g");

0 comments on commit 95e540d

Please sign in to comment.