Skip to content

Commit

Permalink
持续集成,增加 debug 输出。
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jul 22, 2017
1 parent 68eca08 commit 1fc8c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ install:
- php artisan key:generate

script:
- php artisan migrate
- php artisan migrate -vvv
- php artisan db:seed
- php artisan vendor:publish --force
- php artisan vendor:publish
- php vendor/bin/phpunit --coverage-clover=./storage/logs/coverage.xml

after_script:
Expand Down

0 comments on commit 1fc8c67

Please sign in to comment.