From d6026c828c778032486a8bcdf23c0b1c592922c4 Mon Sep 17 00:00:00 2001 From: "Perry E. Metzger" Date: Thu, 4 Jul 2019 19:37:40 -0400 Subject: [PATCH] Sync .travis.yml with example from ocaml-ci-scripts * Hopefully, not specifying a switch for 4.02 will fix build problems on that version. * Also, minimize diffs --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97ae27ce..c1d6b924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: c sudo: required -install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh +install: test -e .travis.opam.sh || wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: global: - PACKAGE=sedlex matrix: - - OCAML_VERSION=4.02 OCAML_SWITCH=4.02.3 + - OCAML_VERSION=4.02 - OCAML_VERSION=4.03 - OCAML_VERSION=4.04 - OCAML_VERSION=4.05