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 aac8480 commit afcf19aCopy full SHA for afcf19a
.travis.yml
@@ -0,0 +1,25 @@
1
+language: android
2
+android:
3
+ components:
4
+ - tools
5
+ - build-tools-27.0.3
6
+ - android-27
7
+
8
+jdk:
9
+ - oraclejdk8
10
11
+script: ./gradlew clean build --info --stacktrace
12
13
+sudo: false
14
15
+env:
16
+ global:
17
+ - GRADLE_OPTS="-Xms128m"
18
19
+cache:
20
+ directories:
21
+ - $HOME/.gradle
22
+ - $HOME/.m2
23
24
+after_success:
25
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments