mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-20119 Small refactor to ICU4J travis file.
This commit is contained in:
parent
b54702b7de
commit
cad261fdca
1 changed files with 5 additions and 1 deletions
|
@ -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 {} \;`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue