@@ -69,29 +69,29 @@ environment:
69
69
CMD1 : " cd patch-diff-report-tool && mvn clean install"
70
70
# checkstyle-tester
71
71
- JAVA_HOME : C:\Program Files\Java\jdk1.8.0
72
- DESC : " checkstyle-tester (launch .groovy) on guava"
72
+ DESC : " checkstyle-tester (diff .groovy) on guava"
73
73
CMD1 : " git clone -q --depth=10 --branch=master "
74
74
CMD2 : " https://github.com/checkstyle/checkstyle C:\\ projects\\ contribution\\ checkstyle "
75
75
CMD3 : " && cd checkstyle && mvn clean install -Passembly"
76
76
CMD4 : " "
77
77
CMD5 : " && cd ..\\ checkstyle-tester "
78
- CMD7 : " && groovy launch .groovy -l projects-for-travis.properties -c checks-nonjavadoc-error.xml -i \" "
78
+ CMD7 : " && groovy diff .groovy -l projects-for-travis.properties -c checks-nonjavadoc-error.xml -r C: \\ projects \\ contribution \\ checkstyle \" "
79
79
- JAVA_HOME : C:\Program Files\Java\jdk1.8.0
80
80
DESC : " checkstyle-tester (diff.groovy) on guava"
81
81
CMD1 : " git clone -q --depth=10 --branch=master "
82
82
CMD2 : " https://github.com/checkstyle/checkstyle C:\\ projects\\ contribution\\ checkstyle "
83
83
CMD3 : " && cd checkstyle && git checkout -b patch-branch"
84
84
CMD4 : " "
85
85
CMD5 : " && cd ..\\ checkstyle-tester "
86
- CMD6 : " && groovy diff.groovy -l projects-for-travis.properties -c my_check.xml -b master -p patch-branch -r C:\\ projects\\ contribution\\ checkstyle -i - s"
86
+ CMD6 : " && groovy diff.groovy -l projects-for-travis.properties -c my_check.xml -b master -p patch-branch -r C:\\ projects\\ contribution\\ checkstyle -s"
87
87
- JAVA_HOME : C:\Program Files\Java\jdk1.8.0
88
88
DESC : " checkstyle-tester (diff.groovy with base and patch configs) on guava"
89
89
CMD1 : " git clone -q --depth=10 --branch=master "
90
90
CMD2 : " https://github.com/checkstyle/checkstyle C:\\ projects\\ contribution\\ checkstyle "
91
91
CMD3 : " && cd checkstyle && git checkout -b patch-branch"
92
92
CMD4 : " "
93
93
CMD5 : " && cd ..\\ checkstyle-tester "
94
- CMD6 : " && groovy diff.groovy -l projects-for-travis.properties -bc my_check.xml -pc my_check.xml -b master -p patch-branch -r C:\\ projects\\ contribution\\ checkstyle -i - s"
94
+ CMD6 : " && groovy diff.groovy -l projects-for-travis.properties -bc my_check.xml -pc my_check.xml -b master -p patch-branch -r C:\\ projects\\ contribution\\ checkstyle -s"
95
95
96
96
build_script :
97
97
- ps : >
0 commit comments