Skip to content

Commit

Permalink
travis: more OCaml versions, less OSX (frequent sporadic failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Apr 24, 2020
1 parent a6f34d8 commit bf837da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.t
script: bash -ex .travis-opam.sh
matrix:
include:
- env: OCAML_VERSION=4.02
os: osx
- env: OCAML_VERSION=4.03
os: osx
- env: OCAML_VERSION=4.04
os: osx
- env: OCAML_VERSION=4.05
os: osx
- env: OCAML_VERSION=4.06
- env: OCAML_VERSION=4.09
os: osx
- env: OCAML_VERSION=4.02
os: linux
Expand All @@ -24,6 +16,14 @@ matrix:
os: linux
- env: OCAML_VERSION=4.06
os: linux
- env: OCAML_VERSION=4.07
os: linux
- env: OCAML_VERSION=4.08
os: linux
- env: OCAML_VERSION=4.09
os: linux
- env: OCAML_VERSION=4.10
os: linux
- env: OCAML_VERSION=4.06 OPAM_SWITCH=4.06.1+32bit
os: linux
addons:
Expand Down

0 comments on commit bf837da

Please sign in to comment.