Skip to content

Commit

Permalink
Merge pull request #1001 from CruGlobal/travis-fixes
Browse files Browse the repository at this point in the history
install yarn for Android
  • Loading branch information
reldredge71 authored Jun 12, 2019
2 parents 8e79a0e + 1daa56c commit 51bc5b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ matrix:
- echo yes | sdkmanager "build-tools;23.0.1" # Android platform required by some dependency

install:
- yarn install
- brew install yarn
- yarn install --network-concurrency 1
- (cd android && bundler install)
before_script:
- echo "TRAVIS_COMMIT=$TRAVIS_COMMIT" >> ./.env.production
Expand Down
4 changes: 3 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ target 'MissionHub' do

post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "React"
targets_to_ignore = %w(React yoga)

if targets_to_ignore.include? target.name
target.remove_from_project
end
end
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ SPEC CHECKSUMS:
RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97
yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64

PODFILE CHECKSUM: dab9a512e8bc3b3a4f9291d65ceb5c1708487580
PODFILE CHECKSUM: 642458d8a4d1297cf7f682cb37d3938ceb88f73f

COCOAPODS: 1.7.1

0 comments on commit 51bc5b6

Please sign in to comment.