Created
August 18, 2014 22:24
-
-
Save herry13/15d336128453f1f442a2 to your computer and use it in GitHub Desktop.
Travis configuration file for OCaml project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language: c | |
| script: bash -ex .travis-ci.sh | |
| branches: | |
| only: | |
| - master | |
| env: | |
| - OCAML_VERSION=4.01.0 OPAM_VERSION=1.0.0 | |
| - OCAML_VERSION=4.01.0 OPAM_VERSION=1.1.0 | |
| - OCAML_VERSION=4.00.1 OPAM_VERSION=1.0.0 | |
| - OCAML_VERSION=4.00.1 OPAM_VERSION=1.1.0 | |
| - OCAML_VERSION=3.12.1 OPAM_VERSION=1.0.0 | |
| - OCAML_VERSION=3.12.1 OPAM_VERSION=1.1.0 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This requires file
.travis-ci.shto be added to the project's root directory.