Skip to content

Commit

Permalink
Fix dependency and allow failures for PHP 7.2 on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Mar 20, 2018
1 parent 85eca91 commit 53cc055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matrix:
- php: 7.2
- php: nightly
allow_failures:
- php: 7.2
- php: nightly
fast_finish: true
before_install:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"require-dev": {
"composer/composer": "1.*",
"symfony/console": "^3.0",
"mikey179/vfsstream": "1.6.*",
"tm/gpg-verifier": "1.*",
"php-mock/php-mock-phpunit": "1.1.*",
Expand Down

0 comments on commit 53cc055

Please sign in to comment.