Fix duplicate matrix entry in .travis.yml

Closes #6.
This commit is contained in:
Lindsey Kuper 2015-04-04 17:23:53 -07:00
parent c457a94d6d
commit 4a74d649b4

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