Skip to content

Commit

Permalink
Merge pull request consolidation#159 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
travis: PHP 7.0 nightly added
  • Loading branch information
DavertMik committed Apr 14, 2015
2 parents 9f31691 + d86fea5 commit 0516822
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0

matrix:
fast_finish: true
allow_failures:
- php: 7.0

before_script:
- composer install -n --prefer-source
Expand Down

0 comments on commit 0516822

Please sign in to comment.