We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbbae8 commit 00fa428Copy full SHA for 00fa428
1 file changed
.travis.yml
@@ -1,14 +1,16 @@
1
language: android
2
jdk: oraclejdk8
3
sudo: false
4
+
5
env:
6
global:
7
- COMPILE_SDK_VERSION = 25
8
- BUILD_TOOLS_VERSION = 25.0.2
9
10
android:
11
components:
-# - platform-tools
-# - tools
12
+ - platform-tools
13
+ - tools
14
- build-tools-$BUILD_TOOLS_VERSION
15
- android-$COMPILE_SDK_VERSION
16
# - extra-android-m2repository
0 commit comments