Skip to content

Commit

Permalink
Merge 56d3e5d into 01df4e6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Jun 16, 2016
2 parents 01df4e6 + 56d3e5d commit 1f64e21
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Expand Up @@ -10,20 +10,22 @@ cache:
- $HOME/.composer/cache

php:
- 5.5
- 5.6
- 7.0
- hhvm

env:
- SYMFONY_VERSION="2.7.*"
- SYMFONY_VERSION="2.8.*"
- SYMFONY_VERSION="3.0.*"

addons:
apt:
packages:
- php5-sqlite
- SYMFONY_VERSION="3.1.*"

matrix:
include:
- php: 5.5
env: SYMFONY_VERSION="2.7.*"
- php: hhvm
env: SYMFONY_VERSION="2.8.*"
- php: hhvm
env: SYMFONY_VERSION="3.0.*"

# Only send code coverage to Code Climate for the current versions of PHP and Symfony LTS
# https://github.com/doctrine/doctrine2/blob/3570f4a49afc7e98fed71e0596dded6a39d4fd7b/.travis.yml#L16
Expand Down

0 comments on commit 1f64e21

Please sign in to comment.