minor: comment was added to circle.yml

This commit is contained in:
Roman Ivanov 2016-01-26 12:38:38 -08:00
parent 620f59331e
commit e4966bfacf
1 changed files with 1 additions and 0 deletions

View File

@ -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