From 36916b622b5f0932ce27bf66f30a7562ec7207c1 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Tue, 17 Jan 2017 21:25:50 -0500 Subject: [PATCH] Remove downloading extras during travis build The application does not use google play and other extra libraries, so downloading them during the build should be unnecessary. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee15dd300..a9ed0bf3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,6 @@ android: # The SDK version used to compile your project - android-23 - # Additional components - - extra - script: ./gradlew build lint findbugs test after_failure: