Skip to content

Commit

Permalink
Update opam for tests and use ocaml-travisci-skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheets committed Jun 8, 2015
1 parent e1ef72e commit 4accddb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .travis-ci.sh

This file was deleted.

10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: c
script: bash -ex .travis-ci.sh
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.02.1 OPAM_VERSION=1.2.0
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.0
- OCAML_VERSION=4.00.1 OPAM_VERSION=1.2.0
- OCAML_VERSION=latest OPAM_VERSION=1.2.0 PACKAGE=cow
- OCAML_VERSION=4.01 OPAM_VERSION=1.2.0 PACKAGE=cow
- OCAML_VERSION=4.00 OPAM_VERSION=1.2.0 PACKAGE=cow
7 changes: 7 additions & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ bug-reports: "https://github.com/mirage/ocaml-cow/issues"
tags: [
"org:mirage"
"org:xapi-project"
"www"
"html"
"xml"
"css"
"json"
"markdown"
]

build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "cow"]
build-test: [make "tests"]

depends: [
"ocamlfind" {build}
Expand Down

0 comments on commit 4accddb

Please sign in to comment.