Skip to content

Commit

Permalink
minor #824 Add testing on PHP 7.1 (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.4-dev branch.

Discussion
----------

Add testing on PHP 7.1

Commits
-------

17830e3 Add testing on PHP 7.1
  • Loading branch information
stof committed Nov 11, 2016
2 parents 1c5dc5c + 17830e3 commit e911c43
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 @@ -19,12 +19,13 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
allow_failures:
- php: hhvm
- php: 7.0
- php: 7.1
include:
- php: 5.3
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' SYMFONY_DEPRECATIONS_HELPER=weak
Expand Down

0 comments on commit e911c43

Please sign in to comment.