File tree Expand file tree Collapse file tree 3 files changed +10
-31
lines changed Expand file tree Collapse file tree 3 files changed +10
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11language : c
2- script : bash -ex .travis-ci.sh
2+ install : wget https://raw.githubusercontent.com/xapi-project/ocaml-travisci-skeleton/master/.travis-opam.sh
3+ script : PACKAGE=xapi-rrd-transport bash -ex .travis-opam.sh
34env :
4- - OCAML_VERSION=4.00.1 OPAM_VERSION=1.2.0
5- - OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.0
6- - OCAML_VERSION=4.02.1 OPAM_VERSION=1.2.0
5+ - OCAML_VERSION=4.00.1
6+ - OCAML_VERSION=4.01.0
7+ - OCAML_VERSION=4.02.1
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ opam-version: "1"
22maintainer: "john.else@citrix.com"
33build: [
44 [make]
5+ ]
6+ build-test: [
7+ [make "test"]
8+ ]
9+ install: [
510 [make "PREFIX=%{prefix}%" "install"]
611]
712remove: [make "PREFIX=%{prefix}%" "uninstall"]
You can’t perform that action at this time.
0 commit comments