Skip to content

Commit

Permalink
Assert library works in PHP7.1. Add nightly build as allowable failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Burns committed Apr 17, 2017
1 parent af684c7 commit b417a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ language: php
php:
- 7.0
- 7.1
- nightly

matrix:
allow_failures:
- php: 7.1
- php: nightly

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 b417a10

Please sign in to comment.