Skip to content

Commit 845d8ac

Browse files
committed
update travis
1 parent 5d60921 commit 845d8ac

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

.travis.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
11
language: android
2-
jdk: oraclejdk8
2+
jdk:
3+
- oraclejdk8
4+
branches:
5+
only:
6+
- master
37
env:
48
global:
59
- ANDROID_TARGET=android-23
610
- ANDROID_ABI=armeabi-v7a
711
android:
812
components:
9-
# Uncomment the lines below if you want to
10-
# use the latest revision of Android SDK Tools
1113
- tools
1214
- platform-tools
1315
- build-tools-27.0.3
1416
- android-23
1517
- extra-android-m2repository
1618
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
1719

18-
# Additional components
19-
#- extra-google-google_play_services
20-
#- extra-google-m2repository
21-
#- extra-android-m2repository
22-
#- addon-google_apis-google-26
23-
24-
# Specify at least one system image,
25-
# if you need to run emulator(s) during your tests
26-
#- sys-img-armeabi-v7a-android-26
27-
#- sys-img-armeabi-v7a-android-17
28-
29-
3020
before_install:
31-
- chmod +x visionSamples/FaceTracker/gradlew
32-
- ./visionSamples/FaceTracker/gradlew dependencies || true
21+
- echo $(ant -version)
22+
23+
script:
24+
- ./visionSamples/FaceTracker/gradlew clean build
25+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.com/hoopoe/android-vision.svg?branch=master)](https://travis-ci.com/hoopoe/android-vision)
2+
13
Android Vision API Samples
24
============
35

0 commit comments

Comments
 (0)