Skip to content

Commit 92320e3

Browse files
committed
fix travis
1 parent b66aa8a commit 92320e3

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ sudo: required
33
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
44
script: bash -ex .travis-opam.sh
55
env:
6-
- OCAML_VERSION=4.02 TESTS=true
7-
- OCAML_VERSION=4.03 TESTS=true
8-
- OCAML_VERSION=4.04 TESTS=true
9-
- OCAML_VERSION=4.05 TESTS=true
6+
global:
7+
- PACKAGE=nullable-array
8+
- TESTS=true
9+
matrix:
10+
- OCAML_VERSION=4.02
11+
- OCAML_VERSION=4.03
12+
- OCAML_VERSION=4.04
13+
- OCAML_VERSION=4.05
1014
os:
1115
- linux
12-
- osx

0 commit comments

Comments
 (0)