Skip to content

Commit

Permalink
Test with PHP 7.1 but allow build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tflight committed Oct 14, 2016
1 parent 9347a93 commit 86b8276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ language: php

php:
- 7.0
- 7.1

matrix:
allow_failures:
- php: 7.1

before_script:
- if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then composer require satooshi/php-coveralls:^0.7 squizlabs/php_codesniffer:^2.5 -n ; fi
Expand Down

0 comments on commit 86b8276

Please sign in to comment.