Skip to content

Commit 4531052

Browse files
committed
Updated php environments to test against
5.6 and hhvm are no longer allowed failures. hhvm-nightly as been added as an allowed failure.
1 parent e77d15f commit 4531052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ php:
66
- 5.5
77
- 5.6
88
- hhvm
9+
- hhvm-nightly
910

1011
matrix:
1112
allow_failures:
12-
- php: 5.6
13-
- php: hhvm
13+
- php: hhvm-nightly
1414

1515
install:
1616
- composer install

0 commit comments

Comments
 (0)