Skip to content

Commit

Permalink
Rearrange .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Nov 18, 2015
1 parent 0bf56f1 commit 8e98a8f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ install:
before_script:
- sudo apt-get update -qq
- 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
script: 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.01
- OCAML_VERSION=4.01 DEPOPTS=lwt
- OCAML_VERSION=4.02
- OCAML_VERSION=4.02 DEPOPTS=lwt
global:
- PACKAGE=osc
matrix:
- OCAML_VERSION=4.01
- OCAML_VERSION=4.01 DEPOPTS=lwt
- OCAML_VERSION=4.02
- OCAML_VERSION=4.02 DEPOPTS=lwt

0 comments on commit 8e98a8f

Please sign in to comment.