Skip to content

Instantly share code, notes, and snippets.

@herry13
Created August 18, 2014 22:24
Show Gist options
  • Select an option

  • Save herry13/15d336128453f1f442a2 to your computer and use it in GitHub Desktop.

Select an option

Save herry13/15d336128453f1f442a2 to your computer and use it in GitHub Desktop.
Travis configuration file for OCaml project
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
@herry13

herry13 commented Aug 18, 2014

Copy link
Copy Markdown
Author

This requires file .travis-ci.sh to be added to the project's root directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment