File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,19 @@ language: c
22install :
33 - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
44 - wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
5- script : bash -ex .travis-opam.sh && bash -ex travis-coveralls.sh
5+ script :
6+ - bash -ex .travis-opam.sh
7+ - if [ ! -z ${XS_COV} ]; then bash -ex travis-coveralls.sh || true; fi
8+ sudo : required
69env :
710 global :
811 - OCAML_VERSION=4.02
912 - PACKAGE=message-switch
10- - PINS="shared-block-ring:git://github.com/mirage/shared-block-ring"
11- - COV_CONF="./configure"
13+ matrix :
14+ - BASE_REMOTE=git://github.com/xapi-project/xs-opam XS_COV=1 COV_CONF="./configure"
15+ - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
16+ matrix :
17+ fast_finish : true
18+ allow_failures :
19+ - env : EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
20+
You can’t perform that action at this time.
0 commit comments