Skip to content

Commit

Permalink
Added PHP 5.6, 5.5 and HHVM to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 16, 2014
1 parent 9f014c8 commit 7adcbbd
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 7adcbbd

Please sign in to comment.