Revert "test 4 and 6 in one go"

This reverts commit 038391ec43.
pull/7738/head
Rich Harris 8 years ago
parent ebfbf57506
commit 2099226931

@ -1,8 +1,10 @@
language: node_js
node_js:
- "4"
- "6"
- "node"
env:
global:
- BUILD_TIMEOUT=10000
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…
Cancel
Save