commit 68ff79258f7d206e86274ac858bf800a1eb10283 parent a227aa8c8ae849b2f328a977f03068c945e4cb34 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sun, 8 Jan 2017 00:12:40 +0100 Updated .travis.yml to build only on v6.6+, as cover now depends on that. Diffstat:
| M | .travis.yml | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -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: