浏览代码

Printing one point per line ant-log. Note: Errors are still printed out

MeFisto94 9 年之前
父节点
当前提交
654c9b3c88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -29,7 +29,7 @@ install:
   - ./download-jdks.sh
   - cd ../
   #- ant -q build-installers
-  - ant build-installers
+  - ant build-installers | awk '{printf("."); fflush(stdout)}'
 
 #script:
 #  - ./gradlew check