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