Skip to content

Commit

Permalink
添加自动化测试脚本~
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Dec 29, 2016
1 parent e25e108 commit 3258ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ php:
- 7.0
- 7.1

install:
- composer install
- php -r "file_exists('.env') || copy('.env.example', '.env');"
- php artisan key:generate

script:
- php vendor/bin/phpunit

0 comments on commit 3258ed3

Please sign in to comment.