Skip to content

Commit

Permalink
Add Racket 6.6-6.9 to the CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi-lambda committed May 8, 2017
1 parent e1ed01a commit 1ce5c71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: c

sudo: false

env:
global:
- RACKET_DIR: '~/racket'
matrix:
- RACKET_VERSION: 6.3
- RACKET_VERSION: 6.4
- RACKET_VERSION: 6.5
- RACKET_VERSION: 6.6
- RACKET_VERSION: 6.7
- RACKET_VERSION: 6.8
- RACKET_VERSION: 6.9
- RACKET_VERSION: HEAD

before_install:
Expand Down

0 comments on commit 1ce5c71

Please sign in to comment.