Add some of missing type annotations and assertions
[tt.git] / .travis.yml
index 75b8bdc..442701d 100644 (file)
@@ -6,12 +6,6 @@ env:
   global:
     - RACKET_DIR=~/racket
   matrix:
-    - RACKET_VERSION=6.3
-    - RACKET_VERSION=6.4
-    - RACKET_VERSION=6.5
-    - RACKET_VERSION=6.6
-    - RACKET_VERSION=6.7
-    - RACKET_VERSION=6.8
     - RACKET_VERSION=6.9
     - RACKET_VERSION=6.10
     - RACKET_VERSION=6.11
@@ -26,11 +20,12 @@ env:
     - RACKET_VERSION=7.7
     - RACKET_VERSION=7.8
     - RACKET_VERSION=7.9
+    - RACKET_VERSION=8.0
     - RACKET_VERSION=HEAD
 
 matrix:
-  #allow_failures:
-  #  - env: RACKET_VERSION=HEAD
+  allow_failures:
+    - env: RACKET_VERSION=HEAD
   fast_finish: true
 
 install:
This page took 0.02698 seconds and 4 git commands to generate.