Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Gradle for Android

You're reading from   Gradle for Android Automate the build process for your Android projects with Gradle

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher Packt
ISBN-13 9781783986828
Length 172 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Kevin Pelgrims Kevin Pelgrims
Author Profile Icon Kevin Pelgrims
Kevin Pelgrims
Arrow right icon
View More author details
Toc

Travis CI


If your project's repository is hosted on GitHub, you can use Travis CI for your automated builds. Travis CI (https://travis-ci.org) is an open source hosted continuous integration system, and is free to use for public repositories. There is a paid plan for private repositories, but in this book we will only look at the free option.

Travis detects when a new commit is pushed to the repository and starts a new build automatically. By default, Travis builds all branches, not just the master branch. It also builds pull requests automatically; a useful feature for open source projects.

Because of how Travis works internally, you cannot configure the build server itself. Instead, you need to create a configuration file that contains all the information that Travis needs to build your app or library.

Configuring the build

If you want to enable Travis builds for your project, you first need to log in to Travis CI and connect your account to GitHub. Once that is done, you need to enable the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image