tiny_httpd/.travis.yml
2019-11-13 23:38:38 -06:00

16 lines
397 B
YAML

language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash -ex .travis-docker.sh
services:
- docker
env:
global:
- PINS="simplehttpserver"
- DISTRO="ubuntu-16.04"
- PACKAGE="simplehttpserver"
matrix:
- OCAML_VERSION="4.03"
- OCAML_VERSION="4.04"
- OCAML_VERSION="4.06"
- OCAML_VERSION="4.07"
- OCAML_VERSION="4.09"