Browse Source

force yarn relink on travis

Eugene Pankov 7 years ago
parent
commit
e6e88272c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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