Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis default android component PR #4

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,16 @@ cache:
jobs:
fast_finish: true
include:
- script: ./gradlew test
if: type = pull_request
- script: ./gradlew lint
- script: ./gradlew test lint
if: type = pull_request
- stage: run_ci_pull_request_assemble
if: type = pull_request
script: ./gradlew assembleDebug
- stage: run_ci_fastlane
if: (NOT type IN (pull_request))
before_install:
- rvm install 2.6.3
- bundle install
- fastlane install_plugins
script: bundle exec fastlane testing
if: type (NOT type IN (pull_request))