Merge pull request #222 from jackfirth/jackfirth-patch-2

Allow RACKET_HEAD build to fail
This commit is contained in:
Jack Firth 2015-09-27 00:38:32 -05:00
commit 70cf39c73e

View File

@ -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