[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:
PJ Fanning 2019-01-15 00:49:16 +00:00
parent 698d8eb006
commit 31934922c9
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -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