mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 20:15:08 +01:00
install, then update
This appears to be a problem with composer update (solver)
This commit is contained in:
parent
854918db89
commit
2d8f6443d5
@ -5,6 +5,7 @@ before_install:
|
||||
- phpenv config-rm xdebug.ini || true
|
||||
|
||||
install:
|
||||
- composer install
|
||||
- if [[ "$DEPS" = 'high' ]]; then travis_retry composer $DEFAULT_COMPOSER_FLAGS update; fi
|
||||
- if [[ "$DEPS" = 'low' ]]; then travis_retry composer $DEFAULT_COMPOSER_FLAGS --prefer-lowest --prefer-stable update; fi
|
||||
- if [[ "$DEPS" = 'stable' ]]; then travis_retry composer $DEFAULT_COMPOSER_FLAGS --prefer-stable update; fi
|
||||
|
@ -37,11 +37,11 @@
|
||||
"check": [
|
||||
"@cs-check",
|
||||
"@analyze",
|
||||
"@test"
|
||||
"@test"
|
||||
],
|
||||
"analyze": "psalm",
|
||||
"cs-check": "phpcs",
|
||||
"cs-fix": "phpcbf",
|
||||
"test": "codecept run -v"
|
||||
"test": "codecept run -v"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user