more tries

This commit is contained in:
Johannes Rieken 2018-08-30 14:28:25 +02:00
parent b0ea649590
commit bf75ad47c9

View file

@ -3,5 +3,5 @@ node_js:
- '8'
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.23.2
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH="$HOME/.yarn/bin:$PATH"