File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ function getContentHash(array $composerJson)
96
96
}
97
97
}
98
98
99
- if (!$ referencedCommits || (isset ($ _SERVER ['TRAVIS_PULL_REQUEST ' ]) && 'false ' = == $ _SERVER ['TRAVIS_PULL_REQUEST ' ])) {
99
+ if (!$ referencedCommits || (isset ($ _SERVER ['TRAVIS_PULL_REQUEST ' ]) && 'false ' ! == $ _SERVER ['TRAVIS_PULL_REQUEST ' ])) {
100
100
// cached commits cannot be stale for PRs
101
101
return ;
102
102
}
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ install:
195
195
else
196
196
export SYMFONY_REQUIRE=">=$SYMFONY_VERSION"
197
197
fi
198
- composer global require symfony/flex dev-master
198
+ composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
199
199
200
200
- |
201
201
# Legacy tests are skipped when deps=high and when the current branch version has not the same major version number than the next one
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install:
44
44
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.7.1/composer.phar)
45
45
- php composer.phar self-update
46
46
- copy /Y .composer\* %APPDATA%\Composer\
47
- - php composer.phar global require --no-progress symfony/flex dev-master
47
+ - php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
48
48
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
49
49
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
50
50
- php composer.phar update --no-progress --no-suggest --ansi
You can’t perform that action at this time.
0 commit comments