From 1c2863bdd1ad6e3053ca40938e55c2fbae85bddd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Jun 2019 14:26:18 +0200 Subject: [PATCH] Travis: don't run Julia tests twice (d'oh) --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1f2bc1ba2..b11834b54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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