Skip to content

Commit 6942215

Browse files
committed
Add Travis-CI config file
1 parent dac9802 commit 6942215

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: android
2+
sudo: true
3+
4+
install:
5+
- echo y | android update sdk -u -a -t tools
6+
- echo y | android update sdk -u -a -t platform-tools
7+
- echo y | android update sdk -u -a -t build-tools-26.0.2
8+
- yes | sdkmanager "platforms;android-27"
9+
- echo y | android update sdk -u -a -t extra-google-m2repository
10+
- echo y | android update sdk -u -a -t extra-android-m2repository
11+
12+
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs
13+
14+
after_failure:
15+
- cat app/build/reports/findbugs/findbugs.html
16+
- cat app/build/reports/tests/debug/index.html

0 commit comments

Comments
 (0)