We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b7c12 commit 7bc3667Copy full SHA for 7bc3667
1 file changed
.travis.yml
@@ -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