Correct Travis-CI directory creation error

This commit is contained in:
Andrew Stewart 2015-02-12 11:41:57 -08:00
parent cd23d989cf
commit b0cb253987
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: node_js
sudo: false
node_js: '0.10'
before_install:
- "mkdir ~/.npm"
- "mkdir -p ~/.npm"
before_script:
- npm install -g istanbul jshint codeclimate-test-reporter
script: