From 4242ccd602e1295a2bc3b95e9569c2355b3cb02f Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 13 May 2017 22:06:19 +0200 Subject: [travis] Move VST to required suite. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adaae5487..7b6d41b38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,6 @@ matrix: allow_failures: - env: TEST_TARGET="ci-geocoq" - - env: TEST_TARGET="ci-vst" # Full Coq test-suite with two compilers # [TODO: use yaml refs and avoid duplication for packages list] -- cgit v1.2.3 From 9bcd13252bfb52dfcf8f2c31049bafba3d482f36 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 13 May 2017 22:11:10 +0200 Subject: [travis] Update OCaml to 4.04.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b6d41b38..560455187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ matrix: - imagemagick - env: - TEST_TARGET="test-suite" - - COMPILER="4.04.0" + - COMPILER="4.04.1" - CAMLP5_VER="6.17" - EXTRA_CONF="-coqide opt -with-doc yes" - EXTRA_OPAM="lablgtk-extras hevea" -- cgit v1.2.3