Skip to content

Commit

Permalink
minor: wrap long line in travis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored and kariem committed Jul 26, 2018
1 parent 2733c8d commit 24991c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ checkstyle-regression)
mvn -e test -Dtest=CheckstyleRegressionTest#setupFiles -Dregression-path=../
cd ../
cd checkstyle
mvn -e clean verify -e -DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true -Dmaven.sevntu-checkstyle-check.checkstyle.version=8.7
mvn -e clean verify -e -DskipTests -DskipITs -Dpmd.skip=true \
-Dfindbugs.skip=true -Dcobertura.skip=true \
-Dmaven.sevntu-checkstyle-check.checkstyle.version=8.7
;;

eclipse-analysis)
Expand Down

0 comments on commit 24991c9

Please sign in to comment.