aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-01-15 00:49:16 +0000
committerPJ Fanning <fanningpj@apache.org>2019-01-15 00:49:16 +0000
commit31934922c9d2e6f93c614413e72324257549847b (patch)
treec3fc7fdcdc4af5f0eb18864a1e2fdf002bc4bd43 /.travis.yml
parent698d8eb0066ff7fa3fa0addcc042ea260e5756e4 (diff)
downloadpoi-31934922c9d2e6f93c614413e72324257549847b.tar.gz
poi-31934922c9d2e6f93c614413e72324257549847b.zip
[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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..9df6fb615c
--- /dev/null
+++ b/.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