mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Fix travis globale install
This commit is contained in:
parent
6866779d26
commit
da70134c38
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ before_install:
|
|||
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
|
||||
- travis_retry composer self-update
|
||||
|
||||
install: composer install --dev --prefer-dist
|
||||
install: travis_retry composer update --prefer-dist
|
||||
|
||||
script: ./vendor/bin/phpunit --group default,ReactPromise
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue