mirror of https://github.com/apache/poi.git
[github-140] add .travis.yml. Thanks to krichter722. This closes #140
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
698d8eb006
commit
31934922c9
|
@ -0,0 +1,8 @@
|
|||
language: java
|
||||
jdk:
|
||||
- openjdk8
|
||||
before_install: /bin/true
|
||||
install: /bin/true
|
||||
before_script: /bin/true
|
||||
script:
|
||||
- ant clean test rat-check
|
Loading…
Reference in New Issue