Skip to content

Commit

Permalink
[travis] Update to test up to 4.09 + misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego authored and emillon committed Feb 21, 2020
1 parent 79c7508 commit 4d2dba9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial
dist: bionic
sudo: required
language: c

Expand All @@ -9,11 +9,18 @@ env:
matrix:
- OCAML=4.04.2
- OCAML=4.05.0
- OCAML=4.06.0
- OCAML=4.06.1
- OCAML=4.07.0
- OCAML=4.07.1
- OCAML=4.08.0
- OCAML=4.08.1
- OCAML=4.09.0
# Wait until ocaml-base-compiler.4.09.1 arrives to opam-repository
# - OCAML=4.09.1

script:
- sudo curl -sL https://github.com/ocaml/opam/releases/download/2.0.5/opam-2.0.5-x86_64-linux -o /usr/bin/opam
- sudo curl -sL https://github.com/ocaml/opam/releases/download/2.0.6/opam-2.0.6-x86_64-linux -o /usr/bin/opam
- sudo chmod 755 /usr/bin/opam
- opam init --disable-sandboxing -c $OCAML
- opam switch set $OCAML
Expand Down

0 comments on commit 4d2dba9

Please sign in to comment.