mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
16 lines
387 B
YAML
16 lines
387 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="tiny_httpd:."
|
|
- DISTRO="ubuntu-16.04"
|
|
- PACKAGE="tiny_httpd"
|
|
matrix:
|
|
- OCAML_VERSION="4.03"
|
|
- OCAML_VERSION="4.04"
|
|
- OCAML_VERSION="4.06"
|
|
- OCAML_VERSION="4.07"
|
|
- OCAML_VERSION="4.09"
|