You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sc...@apache.org on 2021/12/17 11:13:16 UTC

svn commit: r1896097 - /manifoldcf/trunk/.travis.yml

Author: schuch
Date: Fri Dec 17 11:13:16 2021
New Revision: 1896097

URL: http://svn.apache.org/viewvc?rev=1896097&view=rev
Log:
CONNECTORS-1689: add apache rat to ~/.ant/lib in travis ci

Modified:
    manifoldcf/trunk/.travis.yml

Modified: manifoldcf/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/.travis.yml?rev=1896097&r1=1896096&r2=1896097&view=diff
==============================================================================
--- manifoldcf/trunk/.travis.yml (original)
+++ manifoldcf/trunk/.travis.yml Fri Dec 17 11:13:16 2021
@@ -21,6 +21,7 @@ jobs:
     - name: rat sources & forbidden apis
       stage: validate
       script: ant precommit
+      before_install: curl https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.13/apache-rat-0.13.jar --create-dirs -o $HOME/.ant/lib/apache-rat-0.13.jar
     - name: maven build
       stage: build_test
       script: mvn --batch-mode --no-transfer-progress verify javadoc:javadoc -DskipITs