Skip to content

Commit

Permalink
Merge pull request #13 from tflight/master
Browse files Browse the repository at this point in the history
Test with PHP 7.1 but allow build failures
  • Loading branch information
akrabat committed Dec 11, 2016
2 parents 9a756d6 + 86b8276 commit 3d0c5ba
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 3d0c5ba

Please sign in to comment.