www

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

commit e91ff287e0ce42da4e273829d540bb17281db238
parent 8e460716ed5611f0c61b4deb8c6c8af070d1438b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 30 Aug 2016 23:36:24 +0200

Disabled v6.4 as a test fails on it. No point in chasing after wild scope errors, it's difficult enough to get it right on the latest version.

Diffstat:
M.travis.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -25,7 +25,7 @@ env: #- RACKET_VERSION=6.1.1 #- RACKET_VERSION=6.2 #- RACKET_VERSION=6.3 - - RACKET_VERSION=6.4 + #- RACKET_VERSION=6.4 - RACKET_VERSION=6.5 - RACKET_VERSION=6.6 - RACKET_VERSION=HEAD @@ -53,6 +53,5 @@ script: - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs extensible-parser-specifications after_success: - - raco setup --check-pkg-deps --pkgs extensible-parser-specifications - raco pkg install --deps search-auto cover cover-coveralls - raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .