Hey Guys,

Today travis-ci have no native support for Android projects. We need to download the sdk, install a lot of things just to run our test suite. This process turns our builds slow and sometimes the test run just timeouts.

Some months ago the travis-ci team started to take a look at some solutions to support Android build natively.

I’m in touch with some travis-ci guys, doing some tests[1] and participating on some discussions. Travis released a first beta version for the community to test, but unfortunately it doesn’t support maven-sdk-deploy[2] - we are talking[3] about it for the next release.

See more:

[1] https://github.com/danielpassos/aerogear-android-push/blob/travis_android/.travis.yml
[2] https://github.com/mosabua/maven-android-sdk-deployer
[3] https://github.com/travis-ci/travis-ci/issues/2280

-- Passos