Skip to content

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Jan 5, 2021
1 parent ee61d3d commit cef7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:
- cp .env.travis .env
- mysql -u root -e 'create database laravelAuth;'
- composer self-update
- composer install --prefer-source --no-interaction
- composer install --no-interaction
- php artisan vendor:publish --tag=laravelroles
- php artisan vendor:publish --tag=laravel2step
- php artisan key:generate
Expand Down

0 comments on commit cef7430

Please sign in to comment.