Skip to content

Commit 0496059

Browse files
committed
Unignore .travis.yml
1 parent 056ac6f commit 0496059

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Hidden files and target folders
33
target
44
.*
5+
!.travis.yml
56

67
# maps
78
*/resources/Maps/*

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
script: "mvn clean install"
5+
after_success:
6+
- mvn clean test jacoco:report coveralls:jacoco
7+
notifications:
8+
email:
9+
recipients:
10+

0 commit comments

Comments
 (0)