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:
parent
dc9508f80d
commit
5ecab9f304
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user