Skip to content

Commit

Permalink
chore: update opam and add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 6, 2019
1 parent dbc3146 commit 176b4f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,17 @@
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="olinq:."
- DISTRO="ubuntu-16.04"
- PACKAGE="olinq"
matrix:
#- PACKAGE="logitest" OCAML_VERSION="4.02"
- OCAML_VERSION="4.03"
- OCAML_VERSION="4.04"
- OCAML_VERSION="4.05"
- OCAML_VERSION="4.06"
- OCAML_VERSION="4.09"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 1,7 @@
# OLinq

[![build status](https://travis-ci.org/c-cube/olinq.svg?branch=master "build status")](https://travis-ci.org/c-cube/olinq)

The purpose is to provide powerful combinators to express iteration,
transformation and combination of collections of items living in
the type `'a t`. Inspired
Expand Down
2 changes: 1 addition & 1 deletion olinq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,7 @@ depends: [
"dune" {build}
"base-bytes"
"seq"
"ocaml" { >= "4.02" }
"ocaml" { >= "4.03" }
"odoc" {with-doc}
"qtest" {with-test}
"qcheck" {with-test}
Expand Down

0 comments on commit 176b4f1

Please sign in to comment.