Skip to content

Commit

Permalink
[github-140] add .travis.yml. Thanks to krichter722. This closes #140
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851312 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Jan 15, 2019
1 parent 698d8eb commit 3193492
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -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

0 comments on commit 3193492

Please sign in to comment.