We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237482e commit 7d75847Copy full SHA for 7d75847
.gitignore
@@ -1,10 +1,14 @@
1
+.idea
2
+*.iml
3
+
4
+target/
5
6
*.class
7
8
# Mobile Tools for Java (J2ME)
9
.mtj.tmp/
10
11
# Package Files #
-*.jar
12
*.war
13
*.ear
14
.travis.yml
@@ -0,0 +1,12 @@
+language: java
+jdk: oraclejdk8
+cache:
+ directories:
+ - $HOME/.m2
+before_install:
+ - chmod +x mvnw
+script:
+ - ./mvnw test cobertura:cobertura coveralls:report -B -Punit-test
0 commit comments