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 fd920a9 commit 1e061e4Copy full SHA for 1e061e4
.travis-ci.sh
.travis.yml
@@ -1,4 +1,6 @@
1
language: c
2
-script: bash -ex .travis-ci.sh
+install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3
+script: bash -ex .travis-opam.sh
4
+sudo: true
5
env:
- - OCAML_VERSION=4.01.0 OPAM_VERSION=1.1.0
6
+ - OCAML_VERSION=4.02 PACKAGE=xapi-storage-script FORK_USER=djs55 EXTRA_REMOTE=git://github.com/xapi-project/opam-repo-dev
0 commit comments