Skip to content

Commit

Permalink
Merge branch 'Sam-Burns-assert-working-in-71'
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
akrabat committed May 7, 2017
2 parents d4c8756 + b417a10 commit 8037cbe
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 8037cbe

Please sign in to comment.