We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229a678 commit 3084f55Copy full SHA for 3084f55
1 file changed
.travis.yml
@@ -0,0 +1,12 @@
1
+language: android
2
+android:
3
+ components:
4
+ - tools
5
+ - platform-tools
6
+ - build-tools-25.0.2
7
+ - android-25
8
+ - extra-android-support
9
+ - extra
10
+ - extra-android-m2repository
11
+script:
12
+ - ./gradlew assembleDebug
0 commit comments