File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11language : c
22install :
33 - 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
45script :
56 - bash -ex .travis-docker.sh
67sudo : required
1415 - DISTRO="debian-unstable"
1516 matrix :
1617 - BASE_REMOTE=git://github.com/xapi-project/xs-opam \
17- POST_INSTALL_HOOK="env TRAVIS=$TRAVIS TRAVIS_JOB_ID=$TRAVIS_JOB_ID bash -ex . coverage.sh"
18+ POST_INSTALL_HOOK="env TRAVIS=$TRAVIS TRAVIS_JOB_ID=$TRAVIS_JOB_ID TEST_CMD='jbuilder runtest --no-buffer' bash -ex coverage.sh"
1819 - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
1920matrix :
2021 fast_finish : true
You can’t perform that action at this time.
0 commit comments