From 6964772d33a7ee10c28b6f07767c0e391b7dd123 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 10 Jul 2018 17:42:13 +0200 Subject: [travis] Remove even more jobs. Users who want to test external projects should be encouraged to activate GitLab CI as is documented in dev/ci/README.md. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42c41249d..a9c50d8b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,12 +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-color" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-compcert" EXTRA_OPAM="menhir" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-coq-dpdgraph" EXTRA_OPAM="ocamlgraph" @@ -80,9 +74,6 @@ matrix: - if: NOT (type = pull_request) env: - TEST_TARGET="ci-equations" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-fiat-parsers" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-flocq" @@ -98,9 +89,6 @@ matrix: - if: NOT (type = pull_request) env: - TEST_TARGET="ci-pidetop" - - if: NOT (type = pull_request) - env: - - TEST_TARGET="ci-sf" - env: - TEST_TARGET="lint" -- cgit v1.2.3