mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
travis and coverage
This commit is contained in:
parent
5fc338e6b2
commit
59408bd329
8
.gitignore
vendored
8
.gitignore
vendored
@ -8,5 +8,13 @@ npm-debug.log
|
||||
# other
|
||||
.nuxt
|
||||
|
||||
# Dist folder
|
||||
dist
|
||||
|
||||
# dist example generation
|
||||
examples/**/dist
|
||||
|
||||
# Coverage support
|
||||
coverage
|
||||
*.lcov
|
||||
.nyc_output
|
||||
|
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "7.2.x"
|
||||
- "6.9.x"
|
||||
- "5.12.x"
|
||||
- "4.7.x"
|
||||
- "0.12.x"
|
||||
- "0.10.x"
|
||||
install:
|
||||
- npm install
|
||||
- npm run build
|
||||
script:
|
||||
- npm test
|
||||
after_success:
|
||||
- npm run coverage
|
Loading…
Reference in New Issue
Block a user