www

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

commit e04e295292e7eef66cc1bc212f181d3a23ea7b8b
parent 65af3c7a8a170e73e52a4e4c51eb0b7b24a7c98e
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 @@ -23,7 +23,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")" - if test $RACKET_VERSION != 6.5 -a $RACKET_VERSION != 6.6; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi - raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true