commit e66684c0704cb572306477ed09c183c064f76cda parent 1995dae967579b7e3b3da0b24a9ce77328e8c94b Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sun, 2 Oct 2016 03:58:27 +0200 Removed from Travis build the Racket versions which are not compatible with phc-adt. Diffstat:
| M | .travis.yml | | | 14 | ++++++++------ |
1 file changed, 8 insertions(+), 6 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.4 + #- 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: