1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 19:36:35 +03:00

force yarn relink on travis

This commit is contained in:
Eugene Pankov 2019-02-20 10:51:32 +01:00
parent 05bb07e37d
commit e6e88272c2

View File

@ -14,6 +14,7 @@ cache:
- app/node_modules
before_install:
- rm app/node_modules/.yarn-integrity || true
- yarn
script: