Skip to content

Commit

Permalink
Adapt OCAML_VERSION to ocaml-travisci-skeleton format
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Aug 10, 2015
1 parent b2a99ba commit 15d0395
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -5,21 +5,21 @@ cache: apt
matrix:
include:
- os: linux
env: OCAML_VERSION=4.02.1 OPAM_VERSION=1.2.2
env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.2
env: OCAML_VERSION=4.01 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.00.1 OPAM_VERSION=1.2.2
env: OCAML_VERSION=4.00 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=3.12.1 OPAM_VERSION=1.2.2
env: OCAML_VERSION=3.12 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.03.0 OPAM_VERSION=1.2.2
env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.02.1 OPAM_VERSION=1.2.0
env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.0
- os: linux
env: OCAML_VERSION=4.02.1 OPAM_VERSION=1.1.1
env: OCAML_VERSION=4.02 OPAM_VERSION=1.1.1
- os: osx
env: OCAML_VERSION=4.02.1 OPAM_VERSION=1.2.2
env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.2
allow_failures:
- os: osx
notifications:
Expand Down

0 comments on commit 15d0395

Please sign in to comment.