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 1ab3bd7 commit a9d2724Copy full SHA for a9d2724
.travis.yml
@@ -0,0 +1,11 @@
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.03 PACKAGE=ocsigenserver
7
+ - OCAML_VERSION=4.05 PACKAGE=ocsigenserver
8
+ - OCAML_VERSION=4.06 PACKAGE=ocsigenserver
9
+os:
10
+ - linux
11
+ - osx
0 commit comments