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:
allow_failures:
- env: RACKET_VERSION=HEAD
# 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
# fail have succeeded.
matrix:
# 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
# fail have succeeded.
fast_finish: true