Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Sep 5, 2019
1 parent 6f7e4f3 commit 6144464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -24,9 +24,10 @@ before_script:
- composer install --prefer-source --no-interaction
- composer dump-autoload
- composer require jeremykenedy/laravel-roles
- composer require laravel/ui
- php artisan key:generate
- php artisan vendor:publish --tag=laravelroles
- php artisan make:auth
- php artisan ui vue --auth
- composer dump-autoload
- php artisan clear-compiled

Expand Down

0 comments on commit 6144464

Please sign in to comment.