Browse Source

ensure app deps get properly installed on travis

Eugene Pankov 6 years ago
parent
commit
5ecab9f304
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -13,8 +13,9 @@ jobs:
       os: osx
       before_install:
         - set -e
-        - rm app/node_modules/.yarn-integrity || true
         - yarn
+        - rm app/node_modules/.yarn-integrity
+        - cd app && yarn && cd ..
       script:
         - set -e
         - scripts/build-native.js