Skip to content

Commit 75b758e

Browse files
Merge pull request #35 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
2 parents 01320f4 + a8cca9b commit 75b758e

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
@@ -4,6 +4,12 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
713

814
env:
915
- SYMFONY_VERSION=2.4.* PHPUNIT_VERSION=~3.7

0 commit comments

Comments
 (0)