mirror of https://github.com/sveltejs/svelte
parent
c7e133790d
commit
038391ec43
@ -1,10 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "node"
|
||||
env:
|
||||
global:
|
||||
- BUILD_TIMEOUT=10000
|
||||
install: npm install
|
||||
after_success: npm run codecov
|
||||
after_success: sh ./test/ci.sh
|
||||
|
@ -0,0 +1,7 @@
|
||||
nvm install 6
|
||||
npm test
|
||||
|
||||
nvm install 4
|
||||
npm test
|
||||
|
||||
npm run codecov
|
Loading…
Reference in new issue