diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 77706eb..492b27b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ cache: before_install: # OSX tar -C doesn't seem to create the directory if it doesnt exist. - - mkdir $HOME/.yarn + - mkdir -p $HOME/.yarn - curl -L https://yarnpkg.com/latest.tar.gz | tar xvz -C $HOME/.yarn --strip-components 1 - export PATH="$HOME/.yarn/bin:$PATH" |