Skip to content

Commit 2f2f3c5

Browse files
committed
.travis.yml: Use xs-opam repo over deprecated opam-repo-dev
Signed-off-by: Frederico Mazzone <[email protected]>
1 parent 09bd7ec commit 2f2f3c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ 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+
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
9+
matrix:
10+
- OCAML_VERSION=4.02

0 commit comments

Comments
 (0)