File tree Expand file tree Collapse file tree 5 files changed +5634
-8918
lines changed Expand file tree Collapse file tree 5 files changed +5634
-8918
lines changed Original file line number Diff line number Diff line change 11save-exact = true
2+ package-lock = false
Original file line number Diff line number Diff line change 6464 before_install :
6565 - npm install -g coveralls
6666 install :
67- - npm install || npm install
67+ - yarn || yarn
6868 before_script :
6969 - echo "loglevel=silent" >> .npmrc
7070 - mkdir -p logs/
9999 env : [GH_PAGES=yes]
100100 before_install : skip
101101 install :
102- - npm install || npm install
102+ - yarn || yarn
103103 before_script : skip
104104 script : npm run bundle-data
105105 deploy :
@@ -164,11 +164,14 @@ before_install:
164164 - nvm install "$TRAVIS_NODE_VERSION"
165165 - nvm use "$TRAVIS_NODE_VERSION"
166166 - echo "node -v is now $(node -v)"
167+
168+ # travis doesn't install yarn automatically on osx
169+ - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew install yarn --without-node; fi
167170
168171
169172install :
170173 # install packages (if the first fails, try once more)
171- - npm install || npm install
174+ - yarn || yarn
172175
173176 # install fastlane (if at first you don't succeed, try once more)
174177 - bundle install || bundle install
You can’t perform that action at this time.
0 commit comments