Merge pull request #7 from lkuper/patch-1

Fix duplicate `matrix` entry in .travis.yml
This commit is contained in:
Greg Hendershott 2015-04-04 22:33:02 -04:00
commit fcf3929f0b

View File

@ -34,11 +34,9 @@ env:
matrix: matrix:
allow_failures: allow_failures:
- env: RACKET_VERSION=HEAD - env: RACKET_VERSION=HEAD
# Fast finish: Overall build result is determined as soon as any of
# Fast finish: Overall build result is determined as soon as any of # its rows have failed, or, all of its rows that aren't allowed to
# its rows have failed, or, all of its rows that aren't allowed to # fail have succeeded.
# fail have succeeded.
matrix:
fast_finish: true fast_finish: true