Skip to content

hkjlee109/Travis-CI-Android-Example

Repository files navigation

Travis CI Android Example Build Status

Simple Travis CI example for a Android project.

  • Sign up for Travis CI.
  • Need to specify the repo you want it to be monitored.
  • Configure not to abort on Lint error.
  • Open app/build.gradle and add following in the android section.
    lintOptions {
        abortOnError false
    }
    
  • Update versions in the .travis.yml to be matched with the project.
  • Test if gradle build runs on the local
  • Push the changes

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages