We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056ac6f commit 0496059Copy full SHA for 0496059
.gitignore
@@ -2,6 +2,7 @@
2
# Hidden files and target folders
3
target
4
.*
5
+!.travis.yml
6
7
# maps
8
*/resources/Maps/*
.travis.yml
@@ -0,0 +1,10 @@
1
+language: java
+jdk:
+ - oraclejdk8
+script: "mvn clean install"
+after_success:
+ - mvn clean test jacoco:report coveralls:jacoco
+notifications:
+ email:
9
+ recipients:
10
+ - [email protected]
0 commit comments