Skip to content

Commit 98256e4

Browse files
committed
travis: added PHP 7.0
1 parent ed3088f commit 98256e4

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.0
78
- hhvm
9+
- hhvm-nightly
810

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

1317
script:
1418
- vendor/bin/tester tests -s -p php -c tests/php-unix.ini

0 commit comments

Comments
 (0)