mirror of
https://github.com/apache/poi.git
synced 2025-02-06 18:18:11 +00:00
31934922c9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851312 13f79535-47bb-0310-9956-ffa450edef68
9 lines
136 B
YAML
9 lines
136 B
YAML
language: java
|
|
jdk:
|
|
- openjdk8
|
|
before_install: /bin/true
|
|
install: /bin/true
|
|
before_script: /bin/true
|
|
script:
|
|
- ant clean test rat-check
|