Skip to content

Commit 84b90cd

Browse files
authored
Merge pull request #147 from Frezzle/fix-travis-build
.travis.yml: Use xs-opam repo over deprecated opam-repo-dev
2 parents 09bd7ec + c0c1c38 commit 84b90cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
33
script: bash -ex .travis-opam.sh
44
sudo: true
55
env:
6-
- OCAML_VERSION=4.02 PACKAGE=xapi-idl EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev
6+
global:
7+
- PACKAGE=xapi-idl
8+
- OCAML_VERSION=4.02
9+
matrix:
10+
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
11+
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
12+
matrix:
13+
fast_finish: true
14+
allow_failure:
15+
- env: OCAML_VERSION=4.02 PACKAGE=xapi-idl EXTRA_REMOTES=git://github.com/xapi-project/xs-opam

0 commit comments

Comments
 (0)