Merge pull request #281 from Nyholm/patch-1

Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
Toni Uebernickel 2014-11-01 14:43:28 +01:00
commit 85879f8b33

View file

@ -4,14 +4,23 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master
- SYMFONY_VERSION=2.3.*
matrix:
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION=dev-master
include:
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=2.5.*
- php: 5.5
env: SYMFONY_VERSION=dev-master
before_script:
- curl -s http://getcomposer.org/installer | php