mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
chore: add travis support
This commit is contained in:
parent
d6c687d16c
commit
1dcde0d0a8
2 changed files with 16 additions and 1 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal 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"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# EZCurl
|
||||
# EZCurl [](https://travis-ci.org/c-cube/ezcurl)
|
||||
|
||||
A simple wrapper around OCurl, for easy tasks around http.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue