Skip to content

Commit

Permalink
Making sure we check javadoc "quality" when accepting patches
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 28, 2016
1 parent 7991589 commit 09cfb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ install:
- mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0

script:
- mvn install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- mvn install -P travis,release -B -f driver/pom.xml -Dfailsafe.timeout=0
- cd tests-scala ; sbt test

0 comments on commit 09cfb30

Please sign in to comment.