Skip to content

Commit 1e061e4

Browse files
author
David Scott
committed
Use modern travis configuration
Signed-off-by: David Scott <dave.scott@citrix.com>
1 parent fd920a9 commit 1e061e4

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

.travis-ci.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: c
2-
script: bash -ex .travis-ci.sh
2+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3+
script: bash -ex .travis-opam.sh
4+
sudo: true
35
env:
4-
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.1.0
6+
- OCAML_VERSION=4.02 PACKAGE=xapi-storage-script FORK_USER=djs55 EXTRA_REMOTE=git://github.com/xapi-project/opam-repo-dev

0 commit comments

Comments
 (0)