Skip to content

Commit b4f9652

Browse files
authored
Merge pull request #340 from dmason30/fix-non-pr-nova
Fix nova install
2 parents d5c930a + 4f2bc01 commit b4f9652

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
@@ -27,7 +27,7 @@ before_script:
2727
- pecl install pcov
2828
- travis_retry composer self-update;
2929
- travis_retry composer config --global github-protocols https;
30-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
30+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com "$NOVA_USERNAME" "$NOVA_PASSWORD"; fi'
3131
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
3232
- travis_retry composer install --no-interaction --prefer-source;
3333
- psql -c "CREATE DATABASE testing;" -U postgres

0 commit comments

Comments
 (0)