Skip to content

Instantly share code, notes, and snippets.

@emartynov
Last active November 12, 2016 22:32
Show Gist options
  • Save emartynov/cf401eab16f5f694fb85fbd945182d19 to your computer and use it in GitHub Desktop.
Save emartynov/cf401eab16f5f694fb85fbd945182d19 to your computer and use it in GitHub Desktop.
Travis .yaml
jdk: oraclejdk8
before_script:
- export ANDROID_HOME=$HOME/.android
- mkdir -p $HOME/.android
- cp -r extra/licenses $ANDROID_HOME/licenses
- chmod +x gradlew
script:
- ./gradlew clean test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment