Skip to content

vcgato29/Travis-Jr

 
 

Repository files navigation

Travis Jr. Device Art

Travis Jr. /travis'jün-yər/ prop. noun. 1 A mobile client for Travis-CI. Build Status Stories in Ready


##About

Travis Jr. is a mobile client for the popular continuous integration system Travis-CI. This application is currently in its infancy with only the bare essential set of features such as following a repository status and viewing all recent builds.


##Setup

Download the repository or clone it and perform an mvn package to build the project.

$ git clone git://github.com/sahan/Travis-Jr.git
$ cd Travis-Jr
$ mvn clean package

After the APK is generated, change directory to the application module and deploy the APK to a live emulator or a connected device.

$ cd travisjr
$ mvn android:deploy

If you use Eclipse, the project can be imported as an existing project along with the metadata containing the Maven nature.

For more information on building Android projects using Maven here's Chapter 14 of Maven: The Complete Reference.


##Changelog
  • Release 0.2.0 (beta)

    1. View detailed build information, including logs and commit information.
    2. Support for viewing logs in fullscreen with panning and zooming.
    3. Open travis-ci.org links to view repositories.
    4. Actions to share the build status or view the commit diff.
  • Release 0.1.1 (beta)

    1. Authenticate (member/organization) via GitHub.
    2. View repositories (created/contributed) under CI.
    3. View builds for each repository.
    4. Sign off to switch user.

##Mailing Lists Find the Travis Jr. mailing list at [ost.io/@sahan/Travis-Jr](http://ost.io/@sahan/Travis-Jr).
##License This application is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

About

An Android client for the hosted continuous integration service Travis-CI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%