Skip to content

Commit 5d8eb8d

Browse files
committed
Add nove config to travis build process.
1 parent 7adb43b commit 5d8eb8d

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
@@ -22,6 +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}
2526
- travis_retry composer install --no-interaction --prefer-source
2627
- psql -c "CREATE DATABASE testing;" -U postgres
2728
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres

0 commit comments

Comments
 (0)