Merge pull request #7 from lkuper/patch-1
Fix duplicate `matrix` entry in .travis.yml
This commit is contained in:
commit
fcf3929f0b
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user