chore: add travis support

This commit is contained in:
Simon Cruanes 2019-09-14 10:29:53 -05:00
parent d6c687d16c
commit 1dcde0d0a8
2 changed files with 16 additions and 1 deletions

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
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="ezcurl:. ezcurl-lwt:."
- DISTRO="ubuntu-16.04"
matrix:
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.03"
#- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.04"
#- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.05" EXTRA_DEPS="base-bigarray"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.06"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.07"

View file

@ -1,4 +1,4 @@
# EZCurl # EZCurl [![build status](https://travis-ci.org/c-cube/ezcurl.svg?branch=master)](https://travis-ci.org/c-cube/ezcurl)
A simple wrapper around OCurl, for easy tasks around http. A simple wrapper around OCurl, for easy tasks around http.