File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11language : c
22install :
3- - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam .sh
3+ - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker .sh
44 - wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
55script :
6- - bash -ex .travis-opam .sh
6+ - bash -ex .travis-docker .sh
77 - if [ ! -z "${XS_COV}" ]; then bash -ex travis-coveralls.sh || true; fi
88sudo : required
9+ services :
10+ - docker
911env :
1012 global :
11- - OCAML_VERSION=4.04
13+ - OCAML_VERSION=4.04.2
1214 - PACKAGE=xapi-idl
15+ - DISTRO="debian-unstable"
1316 matrix :
1417 - BASE_REMOTE=git://github.com/xapi-project/xs-opam XS_COV=1 COV_CONF="ocaml setup.ml -configure --enable-tests"
1518 - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
You can’t perform that action at this time.
0 commit comments