-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (33 loc) · 904 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
language: android
# Enable container-based infrastructure ##START##
sudo: false
# Enable container-based infrastructure ##END##
android:
components:
- tools
- build-tools-28.0.2
- android-28
- extra-android-m2repository
- extra-google-m2repository
jdk:
- oraclejdk8
env:
- CI=true
branches:
only:
- master
before_install:
# Signature stub ##START##
- echo "stub keystore" > boats.keystore
- echo "stub storage pwd" > keystore.pwd
- echo "stub key pwd" > key.pwd
# Signature stub ##END##
# Mark Gradle as executable ##START##
- chmod +x ./gradlew
# Mark Gradle as executable ##END##
script:
- sh scripts/debugVerify.sh
- sh scripts/debugUnitTests.sh
after_failure:
- cat "/home/travis/build/stoyicker/boats-xkcd/staticAnalysisReport/presentation/lint.html"
- cat "/home/travis/build/stoyicker/boats-xkcd/staticAnalysisReport/data/lint.html"