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 09bd7ec commit 2f2f3c5Copy full SHA for 2f2f3c5
.travis.yml
@@ -3,4 +3,8 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
3
script: bash -ex .travis-opam.sh
4
sudo: true
5
env:
6
- - OCAML_VERSION=4.02 PACKAGE=xapi-idl EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev
+ global:
7
+ - PACKAGE=xapi-idl
8
+ - BASE_REMOTE=git://github.com/xapi-project/xs-opam
9
+ matrix:
10
+ - OCAML_VERSION=4.02
0 commit comments