liujiahua123123 6 years ago
parent
commit
3e18bd2f78
1 changed files with 11 additions and 1 deletions
  1. 11 1
      .travis.yml

+ 11 - 1
.travis.yml

@@ -1,11 +1,21 @@
 language: java
+
+
 jdk:
   - openjdk11
 
+android:
+  components:
+    - build-tools-26.0.2
+    - android-26
+    - extra
+
+
+
+
 install: true
 
 sudo: required
-
 before_script:
   - chmod +x gradlew