We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac9802 commit 6942215Copy full SHA for 6942215
.travis.yml
@@ -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