Skip to content

Commit 663b506

Browse files
authored
Merge pull request #171 from robhoes/master
Update compiler in travis file
2 parents da3aa11 + bb32261 commit 663b506

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
language: c
22
install:
3-
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3+
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
44
- wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
55
script:
6-
- bash -ex .travis-opam.sh
6+
- bash -ex .travis-docker.sh
77
- if [ ! -z "${XS_COV}" ]; then bash -ex travis-coveralls.sh || true; fi
88
sudo: required
9+
services:
10+
- docker
911
env:
1012
global:
11-
- OCAML_VERSION=4.02
13+
- OCAML_VERSION=4.04.2
1214
- PACKAGE=xapi-idl
15+
- DISTRO="debian-unstable"
1316
matrix:
1417
- BASE_REMOTE=git://github.com/xapi-project/xs-opam XS_COV=1 COV_CONF="ocaml setup.ml -configure --enable-tests"
1518
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam

0 commit comments

Comments
 (0)