Remove travis-ci script.

This commit is contained in:
Guillaume Bury 2016-07-23 14:22:14 +02:00
parent a0b810f520
commit 202249d75e
2 changed files with 11 additions and 15 deletions

View file

@ -1,8 +0,0 @@
# Edit this for your own project dependencies
OPAM_DEPENDS="ocamlfind ocamlbuild"
opam install ${OPAM_DEPENDS}
make lib
make bin
make test

View file

@ -1,6 +1,11 @@
language: c
sudo: required
script: bash -ex .travis-ci.sh
env:
- OCAML_VERSION=4.00.1
- OCAML_VERSION=4.01.0
- OCAML_VERSION=4.02.3
- OCAML_VERSION=4.03.0
- OCAML_VERSION=4.03.0+flambda
before_install:
- echo "yes" | sudo add-apt-repository ppa:avsm/ocaml42+opam12
- sudo apt-get update -qq
@ -10,9 +15,8 @@ before_install:
- opam init
- opam switch ${OCAML_VERSION}
- eval `opam config env`
env:
- OCAML_VERSION=4.00.1
- OCAML_VERSION=4.01.0
- OCAML_VERSION=4.02.3
- OCAML_VERSION=4.03.0
- OCAML_VERSION=4.03.0+flambda
install:
- opam install ocamlfind ocamlbuild
- make bin lib
script:
- make test