Get build artifacts after the build

I am able to successfully build an android app. But I can’t seem to locate where the apk file can be accessed from. It’ll be great if someone could help here.

Travis doesn’t automatically save build artifacts (unlike e.g. Appveyor). You need to explicitly deploy them somewhere.

Other than using the supplied deployment addons listed on the link, you can as well run arbitrary commands yourself in the after_success: phase to upload them somewhere manually.

Thanks! I can locate the apk files.