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

This commit is contained in:
Georges Dupéron 2018-05-31 19:54:53 +02:00
parent 78aa01f15f
commit ff15c83220

View File

@ -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