Don't run raco cover in .travis.yml, tests are not included.

This commit is contained in:
Georges Dupéron 2016-11-10 17:48:50 +01:00
parent e463102f09
commit d8e8913904

View File

@ -26,6 +26,9 @@ env:
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6
- RACKET_VERSION=6.7
- RACKET_VERSION=HEAD
matrix:
@ -48,8 +51,8 @@ before_script:
# packages without it getting stuck on a confirmation prompt.
script:
- raco test -x -p backport-template-pr1514
- if test $RACKET_VERSION != 6.0 -a $RACKET_VERSION != 6.1; then raco setup --check-pkg-deps --pkgs backport-template-pr1514; fi
after_success:
- raco setup --check-pkg-deps --pkgs backport-template-pr1514
- raco pkg install --deps search-auto cover cover-coveralls
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .
#- raco pkg install --deps search-auto cover cover-coveralls
#- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .