forked from jahirfiquitiva/Frames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (38 loc) · 1020 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK 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-android-support
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.+'
jdk:
- oraclejdk8
script: ./gradlew clean test
branches:
except:
- images
- gh-pages
notifications:
email: false
slack:
rooms: jahirfiquitiva:StCMaxV85iad38DdSMBY43xW
template:
- "Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}: '%{commit_subject}'>) by %{author} for %{repository_name}@%{branch}, %{result} in %{duration}. <%{build_url}|Check details>."
sudo: false
cache:
directories:
- $HOME/.m2
before_script:
- chmod +x gradlew
before_install:
- yes | sdkmanager "platforms;android-27"