Browse Source

Travis runs another ant version. Using quiet instead of silent..

MeFisto94 9 năm trước cách đây
mục cha
commit
975159659c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -28,7 +28,7 @@ install:
   - cd jdks
   - ./download-jdks.sh
   - cd ../
-  - ant -S build-installers
+  - ant -q build-installers
 
 #script:
 #  - ./gradlew check