Skip to content

Commit

Permalink
few tweaks and extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jul 13, 2017
1 parent 37665c1 commit bbde5bb
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 226 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java

jdk: oraclejdk8

dist: trusty

after_success:
- mvn clean test jacoco:report coveralls:report
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<!--<configuration>-->
<!--<repoToken> HANDLED BY TRAVIS ENVIRONEMTN VARIABLE </repoToken>-->
<!--<repoToken> HANDLED BY TRAVIS ENVIRONMENT VARIABLE </repoToken>-->
<!--</configuration>-->
</plugin>
</plugins>
Expand Down
Loading

0 comments on commit bbde5bb

Please sign in to comment.