Skip to content

Commit

Permalink
Merge pull request #10 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added PHP 5.6, 5.5 and HHVM to travis.yml
  • Loading branch information
ddeboer committed Nov 24, 2014
2 parents 8613fc5 + 7adcbbd commit 2d397ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
- SYMFONY_VERSION="2.1.*"

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
- php composer.phar install

0 comments on commit 2d397ad

Please sign in to comment.