]> granicus.if.org Git - icu/commitdiff
ICU-20119 Small refactor to ICU4J travis file.
authorShane Carr <shane@unicode.org>
Fri, 7 Sep 2018 23:01:46 +0000 (16:01 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:39 +0000 (14:27 -0700)
.travis.yml

index 9ac0aa52641b06a4d8594a0e434db246f4a79e81..e1e4994c0966a3fa66ad7b954d0ec2e806c88983 100644 (file)
@@ -2,7 +2,11 @@ matrix:
   include:
     - language: java
       env:      BUILD=ICU4J
-      script:   cd icu4j && ant init && ant check
+      before_script:
+        - cd icu4j
+        - ant init
+      script:
+        - ant check
       after_failure:
           -  cat `find out/junit-results -name "*.txt" -exec grep -l FAILED {} \;`