Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy authored Sep 5, 2019
1 parent d794200 commit 607c701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ before_script:
- cd laravelusers
- composer self-update
- composer install --prefer-source --no-interaction
- composer require laravel/ui
- composer require jeremykenedy/laravel-users
- php artisan key:generate
- php artisan vendor:publish --tag=laravelusers
- php artisan ui vue --auth
- php artisan make:auth
- composer dump-autoload
- php artisan clear-compiled

0 comments on commit 607c701

Please sign in to comment.