File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change 11language : c
2- install :
3- - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
4- - wget https://raw.githubusercontent.com/xapi-project/xapi-travis-scripts/v0.1/coverage.sh
5- script :
6- - bash -ex .travis-docker.sh
72sudo : required
8- services :
9- - docker
3+ service : docker
4+ install : wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
5+ script : bash -ex .travis-docker.sh
106env :
117 global :
12- - OCAML_VERSION=4.07
13- - PINS="xapi-idl:."
148 - PACKAGE=xapi-idl
15- - DISTRO="debian-9"
16- matrix :
17- - BASE_REMOTE=git://github.com/xapi-project/xs-opam \
18- POST_INSTALL_HOOK="env TRAVIS=$TRAVIS TRAVIS_JOB_ID=$TRAVIS_JOB_ID TEST_DEPS="alcotest" TEST_CMD='jbuilder runtest --no-buffer' bash -ex coverage.sh"
19- - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
20- matrix :
21- fast_finish : true
22- allow_failures :
23- - env : EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
24-
9+ - PINS="xapi-idl:."
10+ - DISTRO="debian-unstable"
11+ - OCAML_VERSION="4.07"
12+ - BASE_REMOTE="https://github.com/xapi-project/xs-opam.git"
You can’t perform that action at this time.
0 commit comments