- Enable gradle wrapper for your project.
- Place
wait_for_emulator.sh
in a folder namedci
, and place.travis.yml
in the root of your repository. - Push to Github
- Enable Travis CI for your repo.
- Watch the continuous integration magic happen.
NOTE: Don't forget to keep .travis.yml
up to date with new buildtools, gradle versions, and android versions as you develop.