diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-27 22:00:41 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-27 22:00:41 +0000 |
| commit | a97b258b189123fc5d55992994bdaa9ec08b45eb (patch) | |
| tree | 6a1dcd6bfb517c71d9d66998a55750dc3153033d /.travis.yml | |
| parent | bd0646fcce28ed7d19884ddd64a096b1c4a8a9cc (diff) | |
| download | sql-plus-plus-a97b258b189123fc5d55992994bdaa9ec08b45eb.tar.xz sql-plus-plus-a97b258b189123fc5d55992994bdaa9ec08b45eb.zip | |
Fix build on OSX
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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" |