Skip to content

Commit

Permalink
Merge 28b327e into bb4cded
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 31, 2019
2 parents bb4cded + 28b327e commit 45d6e44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ branches:
matrix:
fast_finish: true
include:
- php: 7.3
- php: 7.2
- php: 7.1
- php: 7.0
Expand All @@ -38,13 +39,16 @@ matrix:
env: SYMFONY_VERSION=4.1.* PHPUNIT_VERSION=5.7.*
- php: 7.1
env: SYMFONY_VERSION=4.2.* PHPUNIT_VERSION=5.7.*
- php: 7.1
env: SYMFONY_VERSION=4.3.* PHPUNIT_VERSION=5.7.*
allow_failures:
- php: hhvm
sudo: required
dist: trusty
group: edge

before_install:
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then echo 'xdebug.enable = on' >> /etc/hhvm/php.ini; fi
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

Expand Down
2 changes: 1 addition & 1 deletion src/Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ScriptHandler
* to forthcoming listeners.
*/
private static $options = [
'symfony-app-dir' => 'app'
'symfony-app-dir' => 'app',
];

/**
Expand Down

0 comments on commit 45d6e44

Please sign in to comment.