commit 1e3f9f9e34b88c0bab7b00b6dd273adb05abb7da
parent c142bb900178f16f6703d3ad686a7fd9792ba0f9
Author: Alex Knauth <alexander@knauth.org>
Date: Tue, 4 Aug 2015 16:17:28 -0500
Update .travis.yml
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -9,8 +9,13 @@ env:
- RACKET_VERSION=6.0.1
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
+ - RACKET_VERSION=6.2
- RACKET_VERSION=HEAD
- - RACKET_VERSION=SCOPE_SNAPSHOT
+
+matrix:
+ allow_failures:
+ - env: RACKET_VERSION=HEAD
+ fast_finish: true
before_install:
- cd ..