liujiahua123123 6 年 前
コミット
681205d0f4
1 ファイル変更3 行追加1 行削除
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -2,6 +2,8 @@ language: android
 #### use android since there are android components####
 jdk:
   - openjdk11
+os: linux
+
 
 android:
   components:
@@ -17,7 +19,7 @@ licenses:
 
 install: true
 
-sudo: required
+
 before_script:
   - chmod +x gradlew