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

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

commit b941cb7ad4c5e60ebbb3ce2d67db658a693d813e
Author: Willem Jiang <jiangni...@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
ningji...@apache.org.

Reply via email to