We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66aa8a commit 92320e3Copy full SHA for 92320e3
1 file changed
.travis.yml
@@ -3,10 +3,13 @@ sudo: required
3
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
4
script: bash -ex .travis-opam.sh
5
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
+ global:
+ - PACKAGE=nullable-array
+ - TESTS=true
+ matrix:
10
+ - OCAML_VERSION=4.02
11
+ - OCAML_VERSION=4.03
12
+ - OCAML_VERSION=4.04
13
+ - OCAML_VERSION=4.05
14
os:
15
- linux
- - osx
0 commit comments