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 Sep 21, 2018
1 parent 83ea7ca commit 65a3043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ matrix:
- libreadline-dev:i386

# compiler packages and run package tests
- env: TEST_SUITES=testpackages
- env: TEST_SUITES="testpackages testinstall-loadall"
addons:
apt_packages:
- gcc-multilib
Expand All @@ -47,7 +47,7 @@ matrix:
- pari-gp # for alnuth
- libzmq3-dev # for ZeroMQInterface

- env: TEST_SUITES=testpackages ABI=32
- env: TEST_SUITES="testpackages testinstall-loadall" ABI=32
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 65a3043

Please sign in to comment.