Skip to content

Commit eef09db

Browse files
committed
Merge pull request #98 from h4cc/master
Added PHP 5.5, 5.6 and HHVM to travis.
2 parents 1b42908 + ca676a2 commit eef09db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: php
22
php:
3+
- 5.6
4+
- 5.5
35
- 5.4
46
- 5.3
7+
- hhvm
58
before_script:
69
- composer install --dev --prefer-source --no-interaction
710
script:

0 commit comments

Comments
 (0)