Skip to content

Commit

Permalink
Issue #310: Run checkstyle checks on sources of sevntu.checkstyle (up…
Browse files Browse the repository at this point in the history
…date for travis)
  • Loading branch information
romani committed Oct 28, 2015
1 parent 7f98ee3 commit 76c35cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,10 @@ before_install: git clone git://git.code.sf.net/p/eclipse-cs/git eclipse-cs-git
&& cd eclipse-cs-git/ && git checkout 6.11.0
&& cd net.sf.eclipsecs.parent/ && mvn install
&& cd ../../
&& cd sevntu-checks && mvn clean install -DskipTests -Dcobertura.skip=true -Dcheckstyle.skip=true
&& cd ../
&& cd sevntu-checkstyle-maven-plugin && mvn clean install -DskipTests
&& cd ../

install: cd sevntu-checks && mvn clean install
&& cd ../eclipsecs-sevntu-plugin && mvn verify
Expand Down

0 comments on commit 76c35cc

Please sign in to comment.