Skip to content

Commit

Permalink
travis: expand testing matrix to 4.03 and more distros
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 26, 2016
1 parent a5ca185 commit 77b0533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
script: bash -ex ./.travis-docker.sh
env:
global:
- PACKAGE="cstruct"
- PACKAGE="cstruct.9999"
- DEPOPTS="ppx_tools async lwt"
- REVDEPS="tls dns irmin tcpip"
matrix:
- DISTRO="debian-testing" OCAML_VERSION="4.02.3"
- DISTRO="debian-stable" OCAML_VERSION="4.02.3"
- DISTRO="ubuntu-14.04" OCAML_VERSION="4.02.3"
- DISTRO="ubuntu-15.10" 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="fedora-23" OCAML_VERSION="4.02.3"
- DISTRO="alpine-3.3" OCAML_VERSION="4.03.0"
- DISTRO="debian-testing" OCAML_VERSION="4.03.0"
- DISTRO="fedora-23" OCAML_VERSION="4.03.0"

2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ depopts: [
"async"
"lwt"
]
available: [ocaml-version >= "4.01.0"]
available: [ocaml-version >= "4.02.3"]
depexts: [
[ ["debian"] ["time"] ]
[ ["ubuntu"] ["time"] ]
Expand Down

0 comments on commit 77b0533

Please sign in to comment.