Skip to content

Commit

Permalink
Temporarily allow failures of PHP 7.2RC6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 12, 2017
1 parent 68fa9fd commit 1d42c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,13 +6,16 @@ php:

matrix:
include:
- php: 7.2
- php: 7.1
env: dependencies="--prefer-lowest"
- php: 7.1
env: CHECK_CODESTYLE=1
before_install: phpenv config-rm xdebug.ini
script: composer check
after_success: ~
allow_failures:
- php: 7.2

install:
- travis_retry composer self-update && composer --version
Expand Down

0 comments on commit 1d42c35

Please sign in to comment.