We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea1848 + 1bc2455 commit 6c861deCopy full SHA for 6c861de
.travis.yml
@@ -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
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/cryptosense/enumerators)
+
Finite lazy enumerators
=======================
0 commit comments