From 56001961201e3092005cd898151c8ba4b798b6ed Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 5 Jul 2018 13:34:16 +0200 Subject: Remove some Travis jobs to make the build faster. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 627334690..42c41249d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,9 +65,6 @@ matrix: - if: NOT (type = pull_request) env: - TEST_TARGET="validate" COMPILER="${COMPILER_BE}+flambda" CAMLP5_VER="${CAMLP5_VER_BE}" NATIVE_COMP="no" EXTRA_CONF="-flambda-opts -O3" FINDLIB_VER="${FINDLIB_VER_BE}" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-bignums" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-color" @@ -83,9 +80,6 @@ matrix: - if: NOT (type = pull_request) env: - TEST_TARGET="ci-equations" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-fcsl-pcm" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-fiat-parsers" @@ -98,9 +92,6 @@ matrix: - if: NOT (type = pull_request) env: - TEST_TARGET="ci-ltac2" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-math-classes" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-mtac2" -- cgit v1.2.3