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