aboutsummaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAndrei Selkin <andreyselkin@gmail.com>2017-02-05 20:08:08 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-05 11:03:28 -0800
commita52c7a7a8ae8500a46bd998a1782e96dc481325d (patch)
tree72763667c471af3391635e8f623f96d6ad894afc /.ci
parent0a1a3558493afcef3d8fec81f322f2332b78af2a (diff)
downloadcheckstyle-a52c7a7a8ae8500a46bd998a1782e96dc481325d.tar.gz
infra: fix cli arg names for launch.groovy
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/travis/travis.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/.ci/travis/travis.sh b/.ci/travis/travis.sh
index c391d478d..0d578540b 100755
--- a/.ci/travis/travis.sh
+++ b/.ci/travis/travis.sh
@@ -72,7 +72,7 @@ no-exception-test-checkstyle-sevntu-checkstyle)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-guava)
@@ -83,7 +83,7 @@ no-exception-test-guava)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-guava-with-google-checks)
@@ -95,7 +95,7 @@ no-exception-test-guava-with-google-checks)
mvn clean install -Pno-validations
sed -i.'' 's/warning/ignore/' src/main/resources/google_checks.xml
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg ../../src/main/resources/google_checks.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config ../../src/main/resources/google_checks.xml
;;
no-exception-test-hibernate)
@@ -106,7 +106,7 @@ no-exception-test-hibernate)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-findbugs)
@@ -117,7 +117,7 @@ no-exception-test-findbugs)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-spring-framework)
@@ -128,7 +128,7 @@ no-exception-test-spring-framework)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-hbase)
@@ -139,7 +139,7 @@ no-exception-test-hbase)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-Pmd-elasticsearch-lombok-ast)
@@ -152,7 +152,7 @@ no-exception-test-Pmd-elasticsearch-lombok-ast)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
no-exception-test-alot-of-project1)
@@ -168,7 +168,7 @@ no-exception-test-alot-of-project1)
cd ../../
mvn clean install -Pno-validations
cd contribution/checkstyle-tester
- groovy ./launch.groovy --listOfProjects projects-for-travis.properties --checkstyleCfg checks-nonjavadoc-error.xml
+ groovy ./launch.groovy --listOfProjects projects-for-travis.properties --config checks-nonjavadoc-error.xml
;;
*)