Jelajahi Sumber

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

MeFisto94 9 tahun lalu
induk
melakukan
654c9b3c88
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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