Skip to content

Commit

Permalink
Add PHP 7 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Feb 26, 2015
1 parent 20c8f7c commit d1340eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: hhvm
fast_finish: true
- php: 7.0
fast_finish: true

0 comments on commit d1340eb

Please sign in to comment.