Skip to content

Commit 5d60921

Browse files
committed
update travis
1 parent 3c295df commit 5d60921

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.travis.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
language: android
2+
jdk: oraclejdk8
3+
env:
4+
global:
5+
- ANDROID_TARGET=android-23
6+
- ANDROID_ABI=armeabi-v7a
27
android:
38
components:
49
# Uncomment the lines below if you want to
510
# use the latest revision of Android SDK Tools
11+
- tools
12+
- platform-tools
613
- build-tools-27.0.3
714
- android-23
8-
- extra
9-
10-
# The BuildTools version used by your project
11-
- build-tools-27.0.3
12-
13-
# The SDK version used to compile your project
14-
- android-23
15+
- extra-android-m2repository
16+
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
1517

1618
# Additional components
1719
#- extra-google-google_play_services
18-
- extra-google-m2repository
19-
- extra-android-m2repository
20+
#- extra-google-m2repository
21+
#- extra-android-m2repository
2022
#- addon-google_apis-google-26
2123

2224
# Specify at least one system image,
2325
# if you need to run emulator(s) during your tests
24-
- sys-img-armeabi-v7a-android-26
25-
#- sys-img-armeabi-v7a-android-17
26+
#- sys-img-armeabi-v7a-android-26
27+
#- sys-img-armeabi-v7a-android-17
28+
29+
30+
before_install:
31+
- chmod +x visionSamples/FaceTracker/gradlew
32+
- ./visionSamples/FaceTracker/gradlew dependencies || true

0 commit comments

Comments
 (0)