-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
101 lines (82 loc) · 2.45 KB
/
Copy path.travis.yml
File metadata and controls
101 lines (82 loc) · 2.45 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
language: android
jdk: oraclejdk8
#sudo: false
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-27.0.3
# The SDK version used to compile your project
- android-27
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
# - addon-google_apis-google-19
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-22
- sys-img-armeabi-v7a-android-17
#before_script:
# - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
# - emulator -avd test -no-skin -no-audio -no-window &
# - android-wait-for-emulator
# - adb shell input keyevent 82 &
install: skip
# env:
# global:
# - CACHE_DIR=$([ $TRAVIS_OS_NAME = 'linux' ] && echo "FOO" || echo "BAR")
# cache:
# directories:
# - $CACHE_DIR
# env:
# global:
# - PATH=/usr/local/android-sdk/tools/bin:$PATH
script: skip
# android:
# components:
# - tools
# - platform-tools
# - tools
# - android-25
# - build-tools-25.0.2
# - extra
# - extra-google-m2repository
# - extra-android-m2repository
# - extra-android-support
# jdk: oraclejdk8
matrix:
include:
- sudo: false
dist: precise
env: DIST=precise STACK=EC2
# - sudo: required
# dist: precise
# env: DIST=precise STACK=GCE
# - sudo: false
# dist: trusty
# env: DIST=trusty STACK=EC2
# - sudo: required
# dist: trusty
# env: DIST=trusty STACK=GCE
# - sudo: false
# dist: trusty
# group: edge
# env: DIST=trusty STACK=EC2 GROUP=edge
# - sudo: required
# dist: trusty
# group: edge
# env: DIST=trusty STACK=GCE GROUP=edge
# - os: osx
notifications:
email: false
# slack:
# rooms:
# - secure: "KZTfjxhkOdDDZYD2ThBILt2ShYtdEee3PudFZlQBfpxG9N470GfxnKVfOl7Odu4lN6cIupwC4S4BnehubEywSR99l60VmfhePUCTqDLYy+iR9+guTvaECdXdaau3jTKhFdu5u60ITsiw5Yb+hwAaGFO0HmQhqR9XVr/U8IGQlok="
# template:
# - "Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository}@%{branch} by %{author} %{result} in %{duration} (elapsed time: %{elapsed_time}) subject: %{commit_subject} message: %{commit_message} foobar"
# on_success: always