Skip to content

Commit

Permalink
add php 7.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Feb 26, 2015
1 parent 66f9615 commit 811bf97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- hhvm
- hhvm-nightly
- 7.0
- 5.6
- 5.3
- 5.4
Expand All @@ -12,6 +13,7 @@ matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: 7.0

install:
- composer install
Expand Down

0 comments on commit 811bf97

Please sign in to comment.