Skip to content

Commit 455073a

Browse files
committed
Simplify Travis setup
Use debian-unstable for access to xxhash. Signed-off-by: Christian Lindig <[email protected]>
1 parent 17df830 commit 455073a

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.travis.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
language: 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
72
sudo: 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
106
env:
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"

0 commit comments

Comments
 (0)