1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 19:36:35 +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 os: osx
before_install: before_install:
- set -e - set -e
- rm app/node_modules/.yarn-integrity || true
- yarn - yarn
- rm app/node_modules/.yarn-integrity
- cd app && yarn && cd ..
script: script:
- set -e - set -e
- scripts/build-native.js - scripts/build-native.js