Skip to content

Commit

Permalink
Merge pull request #10 from ivg/adds-travis-CI
Browse files Browse the repository at this point in the history
adds Travis CI
  • Loading branch information
ivg authored Jul 14, 2017
2 parents b41c52d + c758deb commit fb44bc7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
sudo: false
addons:
apt:
sources:
- avsm
packages:
- m4
- ocaml
- ocaml-base
- ocaml-base-nox
- ocaml-compiler-libs
- ocaml-native-compilers
- ocaml-nox

env:
- FORK_USER=talex5 FORK_BRANCH=containers OPAMYES=true PACKAGE=lwt-parallel OCAML_VERSION=latest TESTS=true
5 changes: 3 additions & 2 deletions opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "lwt-parallel"
version: "0.1.1"
version: "master"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "Ivan Gotovchits <[email protected]>"
homepage: "https://github.com/ivg/parallel"
Expand All @@ -15,7 +15,8 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "lwt-parallel"]
depends: [
"lwt"
"base-unix"
"lwt" {>= "2.7.0"}
"ocamlfind" {build}
"oasis" {build}
]

0 comments on commit fb44bc7

Please sign in to comment.