Skip to content

Commit 9fbbae8

Browse files
committed
see 04/27 log
1 parent 02ed496 commit 9fbbae8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
language: android
2-
android:
2+
jdk: oraclejdk8
3+
sudo: false
34
env:
45
global:
56
- COMPILE_SDK_VERSION = 25
67
- BUILD_TOOLS_VERSION = 25.0.2
8+
android:
79
components:
8-
- platform-tools
9-
- tools
10+
# - platform-tools
11+
# - tools
1012
- build-tools-$BUILD_TOOLS_VERSION
1113
- android-$COMPILE_SDK_VERSION
12-
- extra-android-m2repository
13-
- extra-android-support
14+
# - extra-android-m2repository
15+
# - extra-android-support
1416

1517
notifications:
1618
email: false

0 commit comments

Comments
 (0)