forked from googleapis/google-api-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 759 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo: false
language: android
android:
components:
- extra-google-google_play_services
notifications:
email: false
env:
global:
- PROTO_VERSION=2.4.1
- PATH="/tmp/proto$PROTO_VERSION/bin:$PATH"
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
before_install:
- .buildscript/build-proto.sh $PROTO_VERSION
- mvn install:install-file
-Dfile=$ANDROID_HOME/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar
-DgroupId=com.google.android.google-play-services -DartifactId=google-play-services
-Dversion=1 -Dpackaging=jar
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test -B
cache:
directories:
- /tmp/proto$PROTO_VERSION