Skip to content

Commit

Permalink
Add Symfony Framework 3.1.x and 3.2-dev to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Sep 16, 2016
1 parent 683d558 commit 84366da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ matrix:
env: SYMFONY_VERSION=2.8.*@dev
- php: 5.6
env: SYMFONY_VERSION=3.0.*@dev
- php: 5.6
env: SYMFONY_VERSION=3.1.*@dev
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 7.0
env: SYMFONY_VERSION=3.2.x-dev

before_install:
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
Expand Down

0 comments on commit 84366da

Please sign in to comment.