Browse Source

[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
pull/141/head
PJ Fanning 5 years ago
parent
commit
ef4175f449
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .travis.yml

+ 8
- 0
.travis.yml 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

Loading…
Cancel
Save