Skip to content

Commit

Permalink
Fix mkdir if folder exist
Browse files Browse the repository at this point in the history
  • Loading branch information
SSANSH authored and kyungilpark committed Jul 25, 2019
1 parent cdc5d5d commit 09b6f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- "6"
before_script:
- npm install -g grunt-cli
- mkdir ~/bin
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- npm install

Expand Down

0 comments on commit 09b6f22

Please sign in to comment.