Skip to content

Commit

Permalink
travis: Remove OCaml 4.00
Browse files Browse the repository at this point in the history
rresult is only available for OCaml >= 4.01.0.

Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Nov 13, 2015
1 parent ad8692d commit 724b16b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ before_script:
- sudo apt-get install -y supercollider
script: PACKAGE=osc bash -ex .travis-opam.sh && if dpkg --compare-versions $OCAML_VERSION ge 4.02; then bash -ex travis-coveralls.sh; fi
env:
- OCAML_VERSION=4.00
- OCAML_VERSION=4.00 DEPOPTS=lwt
- OCAML_VERSION=4.01
- OCAML_VERSION=4.01 DEPOPTS=lwt
- OCAML_VERSION=4.02
Expand Down

0 comments on commit 724b16b

Please sign in to comment.