www

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

commit d8e8913904737052b1fb576274f9679289f0db85
parent e463102f09899100eecd39698b13556afee81f7f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 10 Nov 2016 17:48:50 +0100

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

Diffstat:
M.travis.yml | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -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 .