mte/unikernel/duniverse/ocaml-re/.travis.yml
2025-11-11 02:07:51 +01:00

15 lines
308 B
YAML

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=re
matrix:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
os:
- linux
- osx