Skip to content

Commit

Permalink
static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Dec 16, 2018
1 parent 0fec7e1 commit 70c70bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,5 +30,5 @@ script:
- mvn checkstyle:check spotbugs:check pmd:pmd

after_success:
- mvn clean test jacoco:report coveralls:report
- mvn jacoco:report coveralls:report
- sonar-scanner
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -262,6 +262,13 @@
<configuration>
<repoToken>JkiGQa1YXOfLHEh1qXfDbzGdLMp6KfEK9</repoToken>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 70c70bf

Please sign in to comment.