Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilisp committed Feb 1, 2018
1 parent 1ab3bd7 commit a9d2724
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.03 PACKAGE=ocsigenserver
- OCAML_VERSION=4.05 PACKAGE=ocsigenserver
- OCAML_VERSION=4.06 PACKAGE=ocsigenserver
os:
- linux
- osx

0 comments on commit a9d2724

Please sign in to comment.