www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ff15c83220ae0a6ac546a81b7a94777477b8378f
parent 78aa01f15f3c32e0364112f873f8931c8d63877f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 31 May 2018 19:54:53 +0200

Fixed raco test command (-x -> -r)

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -26,7 +26,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 --unused-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")" - raco doc-coverage -s '^ ' "$(basename "$TRAVIS_BUILD_DIR")" - raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true