소스 검색

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

MeFisto94 9 년 전
부모
커밋
975159659c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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