Skip to content

Commit

Permalink
Added Symfony 2.8 to Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 20, 2015
1 parent 6d67c31 commit 890d0b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ matrix:
env: SYMFONY_VERSION="2.6.x"
- php: 5.6
env: SYMFONY_VERSION="2.7.x-dev"
- php: 5.6
env: SYMFONY_VERSION="2.8.x-dev"
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
- env: SYMFONY_VERSION="2.7.x-dev"
- env: SYMFONY_VERSION="2.8.x-dev"

before_install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony:$SYMFONY_VERSION; fi
Expand Down

0 comments on commit 890d0b8

Please sign in to comment.