Update .travis.yml

main
Matthew Butterick 5 years ago committed by GitHub
parent 3c8dfb83e7
commit 14243727cd

@ -9,8 +9,13 @@ env:
global: global:
- RACKET_DIR=~/racket - RACKET_DIR=~/racket
matrix: matrix:
- RACKET_VERSION=6.10 - RACKET_VERSION=6.10
- RACKET_VERSION=6.12
- RACKET_VERSION=7.0
- RACKET_VERSION=7.1
- RACKET_VERSION=7.2
- RACKET_VERSION=HEAD - RACKET_VERSION=HEAD
- RACKET_VERSION=HEADCS
# You may want to test against certain versions of Racket, without # You may want to test against certain versions of Racket, without
# having them count against the overall success/failure. # having them count against the overall success/failure.
@ -29,5 +34,5 @@ before_install:
script: script:
- cd .. # Travis did a cd into the dir. Back up, for the next: - cd .. # Travis did a cd into the dir. Back up, for the next:
# - travis_retry raco pkg install --deps search-auto --link pitfall - travis_retry raco pkg install --deps search-auto --link pitfall
# - raco test -p pitfall - raco test -p pitfall

Loading…
Cancel
Save