commit f2603a0dff710cd4b80180b3b6d07b9fe2b3974e parent 964190c7d7f9fdd4a25793b7f38fdb4112c27b9a Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sat, 27 Aug 2016 00:41:39 +0200 Changed built versions in .travis.yml Diffstat:
| M | .travis.yml | | | 12 | +++++++----- |
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -20,12 +20,14 @@ env: # Supply more than one RACKET_VERSION (as in the example below) to # create a Travis-CI build matrix to test against multiple Racket # versions. - - RACKET_VERSION=6.0 - - RACKET_VERSION=6.1 - - RACKET_VERSION=6.1.1 - - RACKET_VERSION=6.2 - - RACKET_VERSION=6.3 + #- RACKET_VERSION=6.0 + #- RACKET_VERSION=6.1 + #- RACKET_VERSION=6.1.1 + #- RACKET_VERSION=6.2 + #- RACKET_VERSION=6.3 - RACKET_VERSION=6.4 + - RACKET_VERSION=6.5 + - RACKET_VERSION=6.6 - RACKET_VERSION=HEAD matrix: