Explorar el Código

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

MeFisto94 hace 9 años
padre
commit
654c9b3c88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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