Skip to content

Commit

Permalink
updated build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 24, 2015
1 parent c41c90b commit eed1e03
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,14 @@ php:
- 5.6
- hhvm

sudo: false

cache:
directories:
- $HOME/.composer/cache

env:
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*

matrix:
include:
Expand All @@ -19,7 +25,11 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION=2.5.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*@dev
env: SYMFONY_VERSION=2.6.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*@dev
- php: 5.6
env: SYMFONY_VERSION=3.0.*@dev

before_script:
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
Expand Down

0 comments on commit eed1e03

Please sign in to comment.