Skip to content

Instantly share code, notes, and snippets.

@KarlNosworthy
Created October 16, 2014 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KarlNosworthy/1d395f92f48be7f45fff to your computer and use it in GitHub Desktop.
Save KarlNosworthy/1d395f92f48be7f45fff to your computer and use it in GitHub Desktop.
Simple Travis CI script for Android builds
language: android
jdk: oraclejdk7
before_install:
- chmod +x gradlew
script: ./gradlew check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment