We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8eb8d commit ff4075eCopy full SHA for ff4075e
.travis.yml
@@ -22,7 +22,7 @@ matrix:
22
before_script:
23
- travis_retry composer self-update
24
- travis_retry composer config --global github-protocols https
25
- - travis_retry composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_PASSWORD}
+ - travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD
26
- travis_retry composer install --no-interaction --prefer-source
27
- psql -c "CREATE DATABASE testing;" -U postgres
28
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
0 commit comments