Skip to content

Commit

Permalink
Merge pull request #24 from reactphp/WyriHaximus-php7-hhvm-travis
Browse files Browse the repository at this point in the history
Test against PHP7
  • Loading branch information
cboden committed May 8, 2015
2 parents 6995451 + 5a8f80d commit 4f42ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly

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

0 comments on commit 4f42ccc

Please sign in to comment.