Skip to content

Commit 6c861de

Browse files
committed
Merge branch 'use-travis-ci'
This enables pushed commits to be built by Travis CI automatically. Currently, only OCaml 4.02 is used.
2 parents 8ea1848 + 1bc2455 commit 6c861de

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: c
2+
sudo: required
3+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
4+
script: bash -ex .travis-opam.sh
5+
env:
6+
- OCAML_VERSION=4.02 PACKAGE=enumerators
7+
os:
8+
- linux

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://api.travis-ci.org/cryptosense/enumerators.svg)](https://travis-ci.org/cryptosense/enumerators)
2+
13
Finite lazy enumerators
24
=======================
35

0 commit comments

Comments
 (0)