Skip to content

Commit

Permalink
Travis: don't run Julia tests twice (d'oh)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 4, 2019
1 parent 97711e4 commit 1c2863b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ matrix:
# 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 1c2863b

Please sign in to comment.