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.
This commit is contained in:
Branden Archer
2017-01-17 21:25:50 -05:00
committed by GitHub
parent 03f97374bd
commit 36916b622b

View File

@@ -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: