Skip to content

Commit

Permalink
test all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Jan 8, 2019
1 parent 3ecbeea commit d27cb49
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ language: c
env:
# Check build and unit tests
# NOTE: testing needs OPAMBUILDTEST=true so that test deps are installed
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.02.3
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.06.1
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.07.0
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.02
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.03
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.04
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.05
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.06
- TO_TEST=tests OPAMBUILDTEST=true OCAML_VERSION=4.07
before_install:
# Download and use opam2
- wget -O ${HOME}/opam https://github.com/ocaml/opam/releases/download/2.0.2/opam-2.0.2-x86_64-linux
Expand Down

0 comments on commit d27cb49

Please sign in to comment.