Skip to content

Commit

Permalink
Merge pull request #104 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added HHVM
  • Loading branch information
willdurand committed Jul 14, 2014
2 parents c78a691 + 19c952c commit 360aa09
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-interaction --prefer-source --dev
Expand All @@ -20,3 +19,10 @@ script:
matrix:
allow_failures:
- 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

0 comments on commit 360aa09

Please # to comment.