This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/cppo/.travis.yml
Normal file
16
unikernel/duniverse/cppo/.travis.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
language: c
|
||||
sudo: required
|
||||
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
|
||||
script: bash -ex .travis-opam.sh
|
||||
env:
|
||||
global:
|
||||
- PACKAGE=cppo
|
||||
matrix:
|
||||
- OCAML_VERSION=4.03
|
||||
- OCAML_VERSION=4.04
|
||||
- OCAML_VERSION=4.05
|
||||
- OCAML_VERSION=4.06
|
||||
- OCAML_VERSION=4.07
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
Loading…
Add table
Add a link
Reference in a new issue