From 92b2b4919f39f81e06d299f98886f11b5fd128e0 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 5 Mar 2017 19:02:50 -0600 Subject: [PATCH] Tweak Travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6638f63..a7e2509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ julia: - nightly script: - - travis_wait 30 julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("ValidatedNumerics"); Pkg.test("ValidatedNumerics", coverage=true)' + - travis_wait 30 julia -e 'Pkg.clone(pwd()); Pkg.build(\"ValidatedNumerics\"); Pkg.test(\"ValidatedNumerics\", coverage=true)' matrix: