Correct Travis-CI directory creation error
This commit is contained in:
parent
cd23d989cf
commit
b0cb253987
|
@ -2,7 +2,7 @@ language: node_js
|
||||||
sudo: false
|
sudo: false
|
||||||
node_js: '0.10'
|
node_js: '0.10'
|
||||||
before_install:
|
before_install:
|
||||||
- "mkdir ~/.npm"
|
- "mkdir -p ~/.npm"
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g istanbul jshint codeclimate-test-reporter
|
- npm install -g istanbul jshint codeclimate-test-reporter
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue