Commit e2d1bb1f authored by Matheus Jardim's avatar Matheus Jardim

testing travis license fix

parent 043c783e
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
language: android language: android
jdk: oraclejdk8 jdk: oraclejdk8
env:
global:
- ANDROID_HOME=/usr/local/android-sdk
- TOOLS=${ANDROID_HOME}/tools
- PATH=${ANDROID_HOME}:${ANDROID_HOME}/emulator:${TOOLS}:${TOOLS}/bin:${ANDROID_HOME}/platform-tools:${PATH}
before_script: before_script:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools - echo y | android update sdk --no-ui --all --filter tools,platform-tools
- echo y | android update sdk --no-ui --all --filter android-25 - echo y | android update sdk --no-ui --all --filter android-25
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment