Skip to content

Commit ff4075e

Browse files
committed
WIP
1 parent 5d8eb8d commit ff4075e

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
@@ -22,7 +22,7 @@ matrix:
2222
before_script:
2323
- travis_retry composer self-update
2424
- travis_retry composer config --global github-protocols https
25-
- travis_retry composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_PASSWORD}
25+
- travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD
2626
- travis_retry composer install --no-interaction --prefer-source
2727
- psql -c "CREATE DATABASE testing;" -U postgres
2828
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres

0 commit comments

Comments
 (0)