From 25b8c97fa099e57abf21f976ce6176ed8707fb58 Mon Sep 17 00:00:00 2001 From: Guillaume Bury Date: Mon, 29 Jan 2018 19:39:13 +0100 Subject: [PATCH] Typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70ef58d9..3c806ab1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c 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=true OCAML_VERSION=4.03.0 # Check build and unit tests