aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 22:10:32 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 22:10:32 +0000
commit46d3ba84ed407548d368dd146393e747cfb2d0af (patch)
treea41b4d194639ee2433fa5edbccfd57747a711115
parenta97b258b189123fc5d55992994bdaa9ec08b45eb (diff)
downloadsql-plus-plus-46d3ba84ed407548d368dd146393e747cfb2d0af.tar.xz
sql-plus-plus-46d3ba84ed407548d368dd146393e747cfb2d0af.zip
Don't break build if yarn dir already exists
-rw-r--r--.travis.yml2
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"