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