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