Skip to content

Commit

Permalink
Sync .travis.yml with example from ocaml-ci-scripts
Browse files Browse the repository at this point in the history
* Hopefully, not specifying a switch for 4.02 will fix build problems on
  that version.
* Also, minimize diffs
  • Loading branch information
pmetzger committed Jul 4, 2019
1 parent 220b8d4 commit d6026c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6026c8

Please sign in to comment.