Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
language: c
sudo: required
services: docker
service: docker
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script:
- bash -ex .travis-docker.sh
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
- wget https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env
- source xs-opam-ci.env
script: bash -ex .travis-docker.sh
env:
global:
- OCAML_VERSION=4.07
- PACKAGE=xen-api-sdk
- PINS="xen-api-sdk:."
- DISTRO="debian-stable"
- TESTS=false
- INSTALL=false
- BASE_REMOTE="https://github.com/xapi-project/xs-opam.git"