Don't run raco cover in .travis.yml, tests are not included.
This commit is contained in:
parent
e463102f09
commit
d8e8913904
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue
Block a user