forked from xapi-project/xen-api-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 972 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: c
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- sudo apt-get install libgcrypt20 liblzma5 libselinux1
- wget "http://archive.ubuntu.com/ubuntu/ubuntu/pool/main/s/systemd/libsystemd0_219-7ubuntu3_amd64.deb"
- wget "http://archive.ubuntu.com/ubuntu/ubuntu/pool/main/s/systemd/libsystemd-dev_219-7ubuntu3_amd64.deb"
- sudo dpkg -i libsystemd0_219-7ubuntu3_amd64.deb libsystemd-dev_219-7ubuntu3_amd64.deb
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script:
- bash -ex .travis-opam.sh
env:
global:
- OCAML_VERSION=4.02
- TESTS=false
matrix:
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
matrix:
fast_finish: true
allow_failures:
- env: EXTRA_REMOTES=git://github.com/xapi-project/xs-opam