Correct NPM bug on Travis
This commit is contained in:
parent
c52971dcec
commit
ed24da8a04
|
@ -1,6 +1,8 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
node_js: '0.10'
|
||||
before_install:
|
||||
- "mkdir ~/.npm"
|
||||
before_script:
|
||||
- npm install -g istanbul jshint codeclimate-test-reporter
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue