Skip to content

Commit 8d51c1d

Browse files
committed
Do not update when removing nova
1 parent 181f2c1 commit 8d51c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626
- travis_retry composer self-update;
2727
- travis_retry composer config --global github-protocols https;
2828
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
29-
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova; fi'
29+
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
3030
- travis_retry composer install --no-interaction --prefer-source;
3131
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
3232
- pecl install pcov

0 commit comments

Comments
 (0)