Skip to content

Commit 85e5e0b

Browse files
committed
integration with travis
1 parent 772f359 commit 85e5e0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: java
2+
3+
cache:
4+
directories:
5+
- $HOME/.m2
6+
7+
jdk:
8+
- openjdk11
9+
10+
after_success:
11+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)