We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa189b2 commit 88a5840Copy full SHA for 88a5840
.travis.yml
@@ -2,10 +2,11 @@ language: c
2
sudo: required
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
+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
9
env:
10
global:
- - BASE_REMOTE=git://github.com/xapi-project/xs-opam
- - DISTRO="debian-9-ocaml-4.07"
11
- PACKAGE=xapi-storage-script
12
- PINS="xapi-storage-script:."
0 commit comments