aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 22:00:41 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 22:00:41 +0000
commita97b258b189123fc5d55992994bdaa9ec08b45eb (patch)
tree6a1dcd6bfb517c71d9d66998a55750dc3153033d /.travis.yml
parentbd0646fcce28ed7d19884ddd64a096b1c4a8a9cc (diff)
downloadsql-plus-plus-a97b258b189123fc5d55992994bdaa9ec08b45eb.tar.xz
sql-plus-plus-a97b258b189123fc5d55992994bdaa9ec08b45eb.zip
Fix build on OSX
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b09c56..77706eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ cache:
- $HOME/.npm/_prebuilds
before_install:
+ # OSX tar -C doesn't seem to create the directory if it doesnt exist.
+ - mkdir $HOME/.yarn
- curl -L https://yarnpkg.com/latest.tar.gz | tar xvz -C $HOME/.yarn --strip-components 1
- export PATH="$HOME/.yarn/bin:$PATH"