Skip to content

Commit

Permalink
Try test symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov authored Mar 1, 2018
1 parent 786f7e6 commit 76dd0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ matrix:
env: SYMFONY_VERSION=2.8.*
- php: 5.5
env: SYMFONY_VERSION=3.4.*
- php: 7.1
env: SYMFONY_VERSION=4.0.* PHPUNIT_VERSION=5.7.*
- php: hhvm
sudo: required
dist: trusty
Expand All @@ -36,6 +38,7 @@ before_install:

before_script:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --dev --no-update; fi;
- if [ "$PHPUNIT_VERSION" != "" ]; then composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --dev --no-update; fi;
- composer install --prefer-dist --no-interaction --no-scripts --no-progress

script:
Expand Down

0 comments on commit 76dd0df

Please sign in to comment.