Skip to content

Commit 181f2c1

Browse files
committed
Remove laravel/nova dep if PR
1 parent 3f8e37c commit 181f2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +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'
2930
- travis_retry composer install --no-interaction --prefer-source;
3031
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
3132
- pecl install pcov

0 commit comments

Comments
 (0)