Skip to content

Commit

Permalink
增加node测试
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jan 10, 2017
1 parent 17aa17d commit 6b297ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ php:
- 7.0
- 7.1

node_js:
- 6

services:
- mysql

Expand All @@ -16,11 +19,15 @@ before_install:
install:
- composer install
- php artisan key:generate
- yarn install

script:
- php artisan migrate
- php artisan db:seed
- php vendor/bin/phpunit --coverage-clover=./storage/logs/coverage.xml
- yarn lint
- yarn build
- yarn dist

after_script:
- php vendor/bin/codacycoverage clover ./storage/logs/coverage.xml

0 comments on commit 6b297ff

Please sign in to comment.