Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Commit

Permalink
Restrict to charrua-core 0.4.
Browse files Browse the repository at this point in the history
This should be the last commit for 0.4.
  • Loading branch information
haesbaert committed Feb 23, 2017
1 parent 32fb6ce commit d85c32b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ env:
global:
- PACKAGE="charrua-unix.9999"
matrix:
- DISTRO="debian-stable" OCAML_VERSION="4.02.3"
- DISTRO="debian-testing" OCAML_VERSION="4.03.0"
- DISTRO="ubuntu-14.04" OCAML_VERSION="4.02.3"
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.02.3"
- DISTRO="centos-7" OCAML_VERSION="4.02.3"
- DISTRO="centos-6" OCAML_VERSION="4.02.3"
- DISTRO="alpine-3.4" OCAML_VERSION="4.03.0"
- DISTRO="alpine-3.4" OCAML_VERSION="4.04.0"
- DISTRO="centos-6" OCAML_VERSION="4.03.0"
- DISTRO="centos-6" OCAML_VERSION="4.04.0"
- DISTRO="centos-7" OCAML_VERSION="4.03.0"
- DISTRO="centos-7" OCAML_VERSION="4.04.0"
- DISTRO="debian-stable" OCAML_VERSION="4.03.0"
- DISTRO="debian-stable" OCAML_VERSION="4.04.0"
- DISTRO="debian-testing" OCAML_VERSION="4.03.0"
- DISTRO="debian-testing" OCAML_VERSION="4.04.0"
- DISTRO="fedora-24" OCAML_VERSION="4.03.0"
- DISTRO="fedora-24" OCAML_VERSION="4.04.0"
- DISTRO="ubuntu-14.04" OCAML_VERSION="4.03.0"
- DISTRO="ubuntu-14.04" OCAML_VERSION="4.04.0"
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.03.0"
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.04.0"
4 changes: 2 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ homepage: "https://github.com/haesbaert/charrua-unix"
bug-reports: "https://github.com/haesbaert/charrua-unix/issues"
license: "ISC"
dev-repo: "https://github.com/haesbaert/charrua-unix.git"
available: [ocaml-version >= "4.02" & opam-version >= "1.2"]
available: [ocaml-version >= "4.03" & opam-version >= "1.2"]
build: [
["sh" "build.sh"]
]
depends: [
"ocamlfind"
{build}
"lwt"
"charrua-core" {> "0.4"}
"charrua-core" {= "0.4"}
"cmdliner"
"rawlink"
"tuntap"
Expand Down

0 comments on commit d85c32b

Please sign in to comment.