minor: comment was added to circle.yml
This commit is contained in:
parent
620f59331e
commit
e4966bfacf
|
|
@ -12,6 +12,7 @@ machine:
|
|||
environment:
|
||||
CMD1: "cd contribution/checkstyle-tester"
|
||||
DEP1: " && sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties"
|
||||
# we need this to let pass 'mvn site' on no-projects mode to download all dependecies
|
||||
DEP2: " && echo 'class ClassEmpty{}' > src/main/java/EmptyClass.java"
|
||||
DEP3: " && ./launch.sh -Dcheckstyle.config.location=my_check.xml"
|
||||
TESTER_DEPENDENCIES: $CMD1$DEP1$DEP2$DEP3
|
||||
|
|
|
|||
Loading…
Reference in New Issue