We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1301 commit da66a03Copy full SHA for da66a03
.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.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