Skip to content

Commit 4f42ccc

Browse files
committed
Merge pull request #24 from reactphp/WyriHaximus-php7-hhvm-travis
Test against PHP7
2 parents 6995451 + 5a8f80d commit 4f42ccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7
78
- hhvm
9+
- hhvm-nightly
810

911
matrix:
1012
allow_failures:
13+
- php: 7
1114
- php: hhvm
15+
- php: hhvm-nightly
1216

1317
before_script:
1418
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)