Skip to content

Commit

Permalink
add default maven goal (clean, verify, rat, clirr, javadoc) and run i…
Browse files Browse the repository at this point in the history
…t on travis
  • Loading branch information
PascalSchumacher committed Oct 25, 2017
1 parent f8063b5 commit 333d17d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jdk:
- openjdk7
- oraclejdk8

script:
- mvn

after_success:
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura

- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
</properties>

<build>
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
Expand Down

0 comments on commit 333d17d

Please sign in to comment.