Skip to content

Commit 7bc3667

Browse files
committed
add .travis.yml
1 parent f5b7c12 commit 7bc3667

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: c
2+
sudo: required
3+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
4+
script: bash -ex .travis-opam.sh
5+
env:
6+
- OCAML_VERSION=4.02 TESTS=true
7+
- OCAML_VERSION=4.03 TESTS=true
8+
- OCAML_VERSION=4.04 TESTS=true
9+
- OCAML_VERSION=4.05 TESTS=true
10+
os:
11+
- linux
12+
- osx

0 commit comments

Comments
 (0)