]> source.dussan.org Git - poi.git/commitdiff
[github-140] add .travis.yml. Thanks to krichter722. This closes #140
authorPJ Fanning <fanningpj@apache.org>
Tue, 15 Jan 2019 00:49:16 +0000 (00:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 15 Jan 2019 00:49:16 +0000 (00:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851312 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..9df6fb6
--- /dev/null
@@ -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