Skip to content

Commit

Permalink
Remove "fast_finish: true" from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Mar 29, 2020
1 parent ccc934c commit 7a237a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sudo: false
php: [7.1, 7.2, 7.3, 7.4]

matrix:
fast_finish: true
include:
- php: 7.4
env: 'SCENARIO=symfony4 DEPENDENCIES=highest'
Expand Down Expand Up @@ -42,6 +41,6 @@ script:
- vendor/bin/behat --config=tests/Behat/behat.yml

after_script:
- travis_retry php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- 'travis_retry php vendor/bin/coveralls -v'

0 comments on commit 7a237a3

Please sign in to comment.