Skip to content

Commit c4b2f94

Browse files
committed
update travis.yml
1 parent c5b9543 commit c4b2f94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm
9+
- hhvm-nightly
10+
11+
matrix:
12+
allow_failures:
13+
- php: 7.0
14+
- php: hhvm-nightly
815

916
install: composer install --dev --prefer-dist
1017

1118
script: phpunit
19+
20+
sudo: false

0 commit comments

Comments
 (0)