Skip to content

Commit 7117d38

Browse files
committed
fix: create directory recursive to prevent failures with existing directories
1 parent c97e1c6 commit 7117d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
- PATH=$HOME/bin:$PATH
55
install:
66
# install newer phantomjs, see https://github.com/travis-ci/travis-ci/issues/3225 for discussion
7-
- mkdir $HOME/bin
7+
- mkdir -p $HOME/bin
88
- curl https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 | tar Oxjv phantomjs > $HOME/bin/phantomjs
99
- chmod +x $HOME/bin/phantomjs
1010
- scripts/setup

0 commit comments

Comments
 (0)