Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit fb8f803

Browse files
edwintorokKonstantina Chremmou
authored andcommitted
Simplify Travis setup
Use just one remote, and use an https URL. opam update seems to fail with a git URL. Signed-off-by: Edwin Török <[email protected]>
1 parent 5073295 commit fb8f803

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ env:
99
global:
1010
- OCAML_VERSION=4.07
1111
- PACKAGE=xen-api-sdk
12+
- PINS="xen-api-sdk:."
1213
- DISTRO="debian-stable"
1314
- TESTS=false
1415
- INSTALL=false
15-
matrix:
16-
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
17-
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
18-
matrix:
19-
fast_finish: true
20-
allow_failures:
21-
- env: EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
16+
- BASE_REMOTE="https://github.com/xapi-project/xs-opam.git"

0 commit comments

Comments
 (0)