Skip to content

Commit

Permalink
Setup Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Aug 20, 2019
1 parent de933ef commit 953e470
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: c
sudo: required
install: test -e .travis.opam.sh || wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PACKAGE=fileutils
matrix:
- OCAML_VERSION=4.05
- OCAML_VERSION=4.08
os:
- linux
- osx

0 comments on commit 953e470

Please sign in to comment.