commit ac1757da2c8745828a174e525668e3a8bd8dcbeb
parent 9d4221f65c604649caf9b57a648738c7b3f954f5
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 31 May 2018 19:54:53 +0200
Fixed raco test command (-x -> -r)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -25,7 +25,7 @@ install:
- raco pkg install --deps search-auto -j 2
script:
-- raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")"
+- raco test -r -p "$(basename "$TRAVIS_BUILD_DIR")"
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")"
- raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
- raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true