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 dd9c643 commit 382f74dCopy full SHA for 382f74d
.travis.yml
@@ -1,8 +1,16 @@
1
language: c
2
-install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3
-script: bash -ex .travis-opam.sh
+services: docker
+install:
4
+ - wget https://raw.githubusercontent.com/xenserver/xenserver-build-env/master/utils/travis-build-repo.sh
5
+script: sh travis-build-repo.sh
6
sudo: true
7
env:
- - OCAML_VERSION=4.02 PACKAGE=xapi FORK_USER=xapi-project EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev
8
+ global:
9
+ - REPO_PACKAGE_NAME=xapi
10
+ - REPO_CONFIGURE_CMD=./configure
11
+ - REPO_BUILD_CMD=make
12
+ - REPO_TEST_CMD=make test
13
+ matrix:
14
+ - OCAML_VERSION=4.02
15
notifications:
16
slack: citrix:BHYQZbI8m036ELU21gZil75Y
0 commit comments