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 c8ba80b commit e850e22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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/ocaml/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
env:
matrix:
- OCAML_VERSION=4.00
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: cdrom
Version: 0.9.1
Version: 0.9.2
Synopsis: Query Linux CDROM devices
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down

0 comments on commit e850e22

Please sign in to comment.