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 - app/node_modules
before_install: before_install:
- rm app/node_modules/.yarn-integrity || true
- yarn - yarn
script: script: