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:
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user