You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/26 13:01:53 UTC

[incubator-servicecomb-java-chassis] 02/03: SCB-431 Added the rat check to the travis CI

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 40e0236ed47544f2e35371cd96d89b5350df1fd2
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 26 10:21:17 2018 +0800

    SCB-431 Added the rat check to the travis CI
---
 scripts/travis.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/travis.sh b/scripts/travis.sh
index 77112a8..fea030a 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -31,6 +31,7 @@ if [ "$1" == "install" ]; then
         if [ "$TAGGEDCOMMIT" == "true" ]; then
               	echo "Skipping the installation as it is tagged commit"
         else
+                mvn apache-rat:check -Pit,samples,distribution
                 mvn clean install -Ddocker.showLogs -Pdocker -Pjacoco -Pit -Pcoverage coveralls:report
 		if [ $? == 0 ]; then
 			echo "${green}Installation Success..${reset}"

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.