Skip to content

Commit 3df6b92

Browse files
Merge pull request #58 from Nyholm/patch-1
Added PHP 5.4, 5.6 and HHVM to travis.yml
2 parents 8946145 + cf80ca9 commit 3df6b92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: php
22

33
php:
44
- 5.3
5+
- 5.4
56
- 5.5
7+
- 5.6
8+
- hhvm
69

710
script: phpunit

0 commit comments

Comments
 (0)