From: PJ Fanning Date: Thu, 23 Sep 2021 16:41:11 +0000 (+0000) Subject: remove broken travis build - we have github actions and ci-apache X-Git-Tag: REL_5_2_0~505 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a7a81a7e5f151d14db36bfac3124e4110ded542;p=poi.git remove broken travis build - we have github actions and ci-apache git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893568 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 22d9d3a2cd..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: bionic -language: java -jdk: -- openjdk11 -before_install: - - wget https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.11-bin.tar.gz - - tar -xzvf apache-ant-1.10.11-bin.tar.gz - - export PATH=`pwd`/apache-ant-1.10.11/bin:$PATH - - echo $(ant -version) - - svn co https://svn.apache.org/repos/asf/poi/site/src/documentation src/documentation -install: /bin/true -before_script: /bin/true -script: -- ant clean jenkins