Skip to content

Commit 4288609

Browse files
author
Marcello Seri
committed
CA-281880 - travis: use coverage.sh from xapi-travis-scripts
Signed-off-by: Marcello Seri <[email protected]>
1 parent 9d69f4c commit 4288609

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

.coverage.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: c
22
install:
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
45
script:
56
- bash -ex .travis-docker.sh
67
sudo: required
@@ -14,7 +15,7 @@ env:
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
1920
matrix:
2021
fast_finish: true

0 commit comments

Comments
 (0)