Updated .travis.yml to build only on v6.6+, as cover now depends on that.

This commit is contained in:
Georges Dupéron 2017-01-08 00:12:40 +01:00
parent 3289705c1a
commit f3a8e7043d

View File

@ -4,11 +4,8 @@ env:
global:
- RACKET_DIR=~/racket
matrix:
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.2.1
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.6
- RACKET_VERSION=6.7
- RACKET_VERSION=HEAD
matrix: