try using node 5 and 6 again
with an additional npm install call, because npm3
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- "stable"
|
||||||
|
- "5"
|
||||||
- "4"
|
- "4"
|
||||||
- "4.3"
|
- "4.3"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
before_script: npm install
|
||||||
after_success: npm run coverage
|
after_success: npm run coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user