From 0435a3639dbd5f58c52f49421a3c295746c161c2 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 10 Jan 2016 09:58:31 -0600 Subject: [PATCH] fixed call to cover in travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 478923d4ac..7231d831aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,4 @@ install: script: - raco test -p $PKG-test -- raco cover -c coveralls $TRAVIS_BUILD_DIR/coverage . +- raco cover -f coveralls $TRAVIS_BUILD_DIR/coverage .