Skip to content

Commit c0c1c38

Browse files
committed
Travis: Allow failable build with upstream opam repo
Signed-off-by: Frederico Mazzone <[email protected]>
1 parent 2f2f3c5 commit c0c1c38

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sudo: true
55
env:
66
global:
77
- PACKAGE=xapi-idl
8-
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
9-
matrix:
108
- 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)