Skip to content

Commit

Permalink
ci(travis): fix license accept issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Nov 9, 2019
1 parent a182c55 commit 1f461fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -54,6 +54,8 @@ jobs:
install:
- bundle install
before_script:
- yes | sdkmanager --update
- yes | sdkmanager --licenses
- export TRACK=beta
- if [ -z "$(echo $TRAVIS_TAG | grep -P '^\d+\.\d+\.\d+-\w+$')" ]; then export TRACK=production; fi
script: bundle exec fastlane $TRACK
Expand Down

0 comments on commit 1f461fc

Please sign in to comment.