Skip to content

Commit

Permalink
Update to more modern travis configuration
Browse files Browse the repository at this point in the history
Also add the explicit upper bound on io-page.1.2.0 for now.

Signed-off-by: David Scott <[email protected]>
  • Loading branch information
David Scott committed Jan 28, 2015
1 parent f84f16d commit b250a25
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .travis-ci.sh

This file was deleted.

7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: c
script: bash -ex .travis-ci.sh
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.1.0
- OCAML_VERSION=4.00.1 OPAM_VERSION=1.1.0
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.0
- OCAML_VERSION=4.00.1 OPAM_VERSION=1.2.0
25 changes: 25 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "1"
maintainer: "[email protected]"

tags: [
"org:mirage"
"org:xapi-project"
]
build: [
[make]
[make "install" "BINDIR=%{bin}%"]
]
remove: [[make "uninstall" "BINDIR=%{bin}%"]]
depends: [
"ocamlfind"
"cmdliner"
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"shared-memory-ring" {>= "0.4.1"}
"mirage-types" {>= "1.1.0"}
"ipaddr"
"io-page" {>= "1.0.0" & < "1.3.0"}
"mirage-xen" {>= "1.0.1" }
]
ocaml-version: [>= "4.00.0"]
os: ["linux"]

0 comments on commit b250a25

Please sign in to comment.