mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Remove redundant check
This commit is contained in:
parent
ad18eecc13
commit
6f5da23840
@ -486,8 +486,8 @@ if (isset($options['clear-global-cache'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// disable progressbar on CI
|
||||
if (isset($_SERVER['TRAVIS'])
|
||||
|| isset($_SERVER['CIRCLECI'])
|
||||
|| isset($_SERVER['CIRCLECI'])
|
||||
|| isset($_SERVER['APPVEYOR'])
|
||||
|| isset($_SERVER['JENKINS_URL'])
|
||||
|
Loading…
Reference in New Issue
Block a user