Browse Source

travis upgrade npm before installing modules

hk-custom-address
Wei Lu 11 years ago
parent
commit
0ac5a79548
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,6 @@
language: node_js
before_install:
- "npm install npm -g"
node_js:
- "0.11"
- "0.10"

Loading…
Cancel
Save