Skip to content

Commit

Permalink
change OCaml versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Jan 13, 2020
1 parent 8b11934 commit 8ed3221
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:
- PRE_INSTALL_HOOK="cd /home/opam/opam-repository && git pull origin master && opam update -u -y"
matrix:
- DISTRO=debian-stable OCAML_VERSION=4.03.0
- DISTRO=debian-testing OCAML_VERSION=4.02.3
- DISTRO=debian-unstable OCAML_VERSION=4.04.0
- DISTRO=ubuntu-16.04 OCAML_VERSION=4.03.0
- DISTRO=debian-unstable OCAML_VERSION=4.09.0
- DISTRO=alpine OCAML_VERSION=4.04.0
- DISTRO=alpine OCAML_VERSION=4.05.0
- DISTRO=alpine OCAML_VERSION=4.06.1
- DISTRO=alpine OCAML_VERSION=4.09.0

0 comments on commit 8ed3221

Please sign in to comment.