Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
TRAVIS: Moved dependencies check to allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 17, 2018
1 parent 4e90afd commit eab52b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ matrix:
env: SYMFONY_VERSION=4.0.*
allow_failures:
- php: nightly
- php: 7.2
env: TARGET=checkdeps

before_install:
- wget "https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar" --output-document="${HOME}/bin/php-coveralls" && chmod u+x "${HOME}/bin/php-coveralls"
Expand Down

0 comments on commit eab52b9

Please sign in to comment.