Skip to content

Commit 2d397ad

Browse files
committed
Merge pull request #10 from Nyholm/patch-1
Added PHP 5.6, 5.5 and HHVM to travis.yml
2 parents 8613fc5 + 7adcbbd commit 2d397ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
7+
- 5.6
8+
- hhvm
69

710
env:
811
- SYMFONY_VERSION="2.1.*"
912

1013
before_script:
1114
- wget http://getcomposer.org/composer.phar
12-
- php composer.phar install
15+
- php composer.phar install

0 commit comments

Comments
 (0)