Skip to content

Commit

Permalink
travis: Add .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <[email protected]>
  • Loading branch information
euanh committed Jan 13, 2016
1 parent 53d986e commit c270d87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: c
install:
- wget https://raw.githubusercontent.com/xapi-project/ocaml-travisci-skeleton/master/.travis-opam.sh
- wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
script: bash -ex .travis-opam.sh && if dpkg --compare-versions $OCAML_VERSION ge 4.02; then bash -ex travis-coveralls.sh; fi
env:
matrix:
- OCAML_VERSION=4.00
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02

0 comments on commit c270d87

Please sign in to comment.