mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Travis coveralls setup
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,4 +12,6 @@ npm-debug.log
|
||||
/quick-start
|
||||
|
||||
# tests
|
||||
/test
|
||||
/test
|
||||
/coverage
|
||||
/.nyc_output
|
||||
@@ -8,4 +8,5 @@ before_script:
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
||||
- npm run build
|
||||
after_success: npm run coverage
|
||||
Reference in New Issue
Block a user