Skip to content

Commit da66a03

Browse files
committed
Set up Travis tests.
1 parent 07b1301 commit da66a03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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.01
7+
- OCAML_VERSION=4.02
8+
- OCAML_VERSION=4.03
9+
- OCAML_VERSION=4.04
10+
- OCAML_VERSION=4.05
11+
os:
12+
- linux

0 commit comments

Comments
 (0)