File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11language : c
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
2+ install :
3+ - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
4+ - wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
5+ script :
6+ - bash -ex .travis-opam.sh
7+ - if [ ! -z "${XS_COV}" ]; then bash -ex travis-coveralls.sh || true; fi
8+ sudo : required
59env :
610 global :
7- - PACKAGE=xapi-idl
811 - OCAML_VERSION=4.02
12+ - PACKAGE=xapi-idl
913 matrix :
10- - BASE_REMOTE=git://github.com/xapi-project/xs-opam
14+ - BASE_REMOTE=git://github.com/xapi-project/xs-opam XS_COV=1 COV_CONF="ocaml setup.ml -configure --enable-tests"
1115 - EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
1216matrix :
13- fast_finish : true
14- allow_failure :
15- - env : OCAML_VERSION=4.02 PACKAGE=xapi-idl EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
17+ fast_finish : true
18+ allow_failures :
19+ - env : EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
20+
Original file line number Diff line number Diff line change 11xcp-idl
2+ [ ![ Build Status] ( https://travis-ci.org/xapi-project/xcp-idl.svg?branch=master )] ( https://travis-ci.org/xapi-project/xcp-idl )
3+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/xapi-project/xcp-idl/badge.svg )] ( https://coveralls.io/github/xapi-project/xcp-idl )
24=======
35
46This repository contains
You can’t perform that action at this time.
0 commit comments