kzccm1d4if10m2xaz1wqy3xar821pp1r-my-site-anaphoric-git.test.suzanne.soy-0.0.1

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

commit da9927f9bc0f411225d7bf231e5bb473d1a6dcc4
parent 2afaf908032c1df2111b61e82c728e8a31173cf7
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 @@ -29,7 +29,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")" - if $COV; then raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")"; fi - if $COV; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi - if $COV; then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true; fi