Skip to content

Commit 23e005e

Browse files
committed
travis: expand test matrix
1 parent bf6b2dc commit 23e005e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis-ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ case "$OCAML_VERSION,$OPAM_VERSION" in
55
4.00.1,1.1.0) ppa=avsm/ocaml40+opam11 ;;
66
4.01.0,1.0.0) ppa=avsm/ocaml41+opam10 ;;
77
4.01.0,1.1.0) ppa=avsm/ocaml41+opam11 ;;
8+
4.01.0,1.2.0) ppa=avsm/ocaml41+opam12 ;;
9+
4.02.0,1.1.0) ppa=avsm/ocaml42+opam11 ;;
10+
4.02.0,1.2.0) ppa=avsm/ocaml42+opam12 ;;
811
*) echo Unknown $OCAML_VERSION,$OPAM_VERSION; exit 1 ;;
912
esac
1013

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
- FRENETIC_DEPENDS="ocaml-packet"
88
matrix:
99
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.1.0
10+
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.0
11+
- OCAML_VERSION=4.02.0 OPAM_VERSION=1.1.0
12+
- OCAML_VERSION=4.02.0 OPAM_VERSION=1.2.0
1013
notifications:
1114
irc:
1215
channels:

0 commit comments

Comments
 (0)