Skip to content

Commit

Permalink
Merge pull request #84 from Soullivaneuh/patch-1
Browse files Browse the repository at this point in the history
Add PHP 7 on Travis
  • Loading branch information
Gregwar committed Aug 2, 2015
2 parents 2c6bf2f + b2b5211 commit c814ca7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,11 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0

matrix:
allow_failures:
- php: 7.0

script:
- composer install
Expand Down

0 comments on commit c814ca7

Please sign in to comment.