-
Notifications
You must be signed in to change notification settings - Fork 38
Travis CI for Android #215
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
Conversation
Can one of the admins verify this patch? |
…d tools and sdk defined in our gradle file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the nits before merging.
.travis.yml
Outdated
@@ -18,8 +36,8 @@ cache: | |||
before_script: | |||
- echo $TRAVIS_BRANCH | |||
- echo $TRAVIS_TAG | |||
- android list targets | |||
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a | |||
# - android list targets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be just get rid of this?
.travis.yml
Outdated
jdk: | ||
- oraclejdk8 | ||
before_install: | ||
#- yes | sdkmanager "platforms;android-27" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't need this then lets just get rid of this
No description provided.