Typo in travis.yml

This commit is contained in:
Guillaume Bury 2018-01-29 19:39:13 +01:00 committed by GitHub
parent 8821b7767f
commit 25b8c97fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: c language: c
env: env:
# Check that funarith installs correctly with and without its test dependencies using opam # Check that the package installs correctly with and without its test dependencies using opam
- TO_TEST=install OPAMBUILDTEST=false OCAML_VERSION=4.03.0 - TO_TEST=install OPAMBUILDTEST=false OCAML_VERSION=4.03.0
- TO_TEST=install OPAMBUILDTEST=true OCAML_VERSION=4.03.0 - TO_TEST=install OPAMBUILDTEST=true OCAML_VERSION=4.03.0
# Check build and unit tests # Check build and unit tests