Skip to content

Commit 9b57f84

Browse files
committed
Merge pull request #155 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
2 parents 6dfdb78 + ae01a04 commit 9b57f84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ php:
55
- 5.3
66
- 5.4
77
- 5.5
8+
- 5.6
9+
- hhvm
10+
11+
matrix:
12+
allow_failures:
13+
- php: hhvm
814

915
before_script:
1016
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)