Skip to content

Commit 2281569

Browse files
committed
Merge pull request phpDocumentor#33 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
2 parents 07b195e + e0faa7f commit 2281569

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- hhvm
9+
- hhvm-nightly
10+
11+
matrix:
12+
allow_failures:
13+
- php: hhvm
14+
- php: hhvm-nightly
715

816
script:
917
- vendor/bin/phpunit

0 commit comments

Comments
 (0)