Skip to content

Commit

Permalink
travis: added PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 21, 2016
1 parent 7212326 commit da827a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ language: php
php:
- 5.6
- 7.0
- 7.1

matrix:
include:
- php: 5.6
env: dependencies="--prefer-lowest --prefer-stable"

allow_failures:
- php: 7.1

script:
- vendor/bin/tester tests -s -c tests/php-unix.ini $coverage
- php temp/code-checker/src/code-checker.php --short-arrays
Expand Down

0 comments on commit da827a7

Please sign in to comment.