Skip to content

Commit

Permalink
travis: allow Julia tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 12, 2019
1 parent df547af commit efcb6c5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ matrix:
# run bugfix regression tests
- env: TEST_SUITES=testbugfix

# test Julia integration
- env: TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror"

# out of tree builds -- these are mainly done to verify that the build
# system work in this scenario. Since we don't expect the test results to
# vary compared to the in-tree builds, we turn off coverage reporting by
Expand Down Expand Up @@ -140,6 +137,14 @@ matrix:
# test error reporting and compiling as well as libgap
- env: TEST_SUITES="testspecial test-compile testlibgap"

# test Julia integration
- env: TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror"

allow_failures:
# allow Julia integration to fail for now, until random GC crashes are resolved
# note that this must match the entry for Julia above exactly
- env: TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror"

script:
- set -e
- etc/travis_fastfail.sh
Expand Down

0 comments on commit efcb6c5

Please sign in to comment.