From e91ff287e0ce42da4e273829d540bb17281db238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 30 Aug 2016 23:36:24 +0200 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02af367..8bc9ba9 100644 --- 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 .