Skip to content

Commit

Permalink
Add PHP 7 checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 26, 2015
1 parent cea9316 commit 5e020d6
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,8 +4,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
Expand Down

0 comments on commit 5e020d6

Please sign in to comment.