Merge pull request #222 from jackfirth/jackfirth-patch-2
Allow RACKET_HEAD build to fail
This commit is contained in:
commit
70cf39c73e
|
@ -10,6 +10,10 @@ env:
|
|||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
||||
- RACKET_VERSION=HEAD
|
||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: RACKET_VERSION=HEAD
|
||||
VERSION_SPECIFIC_CATALOG="http://download.racket-lang.org/releases/6.2/catalog/"
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
|
||||
|
|
Loading…
Reference in New Issue
Block a user