diff options
| author | Emilio Jesus Gallego Arias | 2018-04-17 23:10:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-04-17 23:10:42 +0200 |
| commit | c35c98c78295155db71ac80ea22adc7aef2d224e (patch) | |
| tree | 4a514d1dcb230d5e90130bfc3abd98bd03d5fb57 | |
| parent | 8bda3c7fddc75544c21a910634da773acb5bc002 (diff) | |
| parent | a256e6f49d91fc79186c28607b86c7c3a5faf146 (diff) | |
Merge PR #7268: Travis: cleanup environment variables a bit.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index e56204b0e9..55b4da7195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,9 +76,9 @@ matrix: - TEST_TARGET="ci-coquelicot" - if: NOT (type = pull_request) env: + - TEST_TARGET="ci-elpi" EXTRA_OPAM="ppx_tools_versioned ppx_deriving ocaml-migrate-parsetree" # ppx_tools_versioned requires a specific version findlib - FINDLIB_VER="" - - TEST_TARGET="ci-elpi" EXTRA_OPAM="ppx_tools_versioned ppx_deriving ocaml-migrate-parsetree" - if: NOT (type = pull_request) env: - TEST_TARGET="ci-equations" @@ -199,8 +199,6 @@ matrix: - MAIN_TARGET="coqocaml" - EXTRA_CONF="-byte-only -coqide byte -warn-error yes" - EXTRA_OPAM="hevea ${LABLGTK}" - # dummy target - - BUILD_TARGET="clean" addons: apt: sources: @@ -218,8 +216,6 @@ matrix: - CAMLP5_VER="${CAMLP5_VER_BE}" - EXTRA_CONF="-byte-only -coqide byte -warn-error yes" - EXTRA_OPAM="num hevea ${LABLGTK_BE}" - # dummy target - - BUILD_TARGET="clean" addons: apt: sources: |
