1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-15 06:07:23 +03:00

ensure app deps get properly installed on travis

This commit is contained in:
Eugene Pankov 2019-07-24 11:50:39 +02:00
parent dc9508f80d
commit 5ecab9f304

View File

@ -13,8 +13,9 @@ jobs:
os: osx
before_install:
- set -e
- rm app/node_modules/.yarn-integrity || true
- yarn
- rm app/node_modules/.yarn-integrity
- cd app && yarn && cd ..
script:
- set -e
- scripts/build-native.js