Install newest NPM on oldest Node.js.

This commit is contained in:
Ingvar Stepanyan
2014-08-03 21:44:59 +03:00
parent b467a3c877
commit f8ee5a0785

View File

@@ -1,4 +1,5 @@
language: node_js
before_install: "npm install -g npm"
node_js:
- "0.8"
- "0.10"