Skip to content

Commit 88a5840

Browse files
committed
Fix Travis
Signed-off-by: Christian Lindig <[email protected]>
1 parent fa189b2 commit 88a5840

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: c
22
sudo: required
33
service: docker
44
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
5-
script: bash -ex .travis-docker.sh
5+
script:
6+
- wget https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env
7+
- . xs-opam-ci.env
8+
- bash -ex .travis-docker.sh
69
env:
710
global:
8-
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
9-
- DISTRO="debian-9-ocaml-4.07"
1011
- PACKAGE=xapi-storage-script
1112
- PINS="xapi-storage-script:."

0 commit comments

Comments
 (0)