Skip to content

Commit 728456d

Browse files
Add travis configuration
1 parent 8c9cafe commit 728456d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: java
2+
3+
script:
4+
- mvn package
5+
6+
notifications:
7+
webhooks:
8+
on_success: always
9+
on_failure: always
10+
on_start: never
11+
on_cancel: never
12+
on_error: always

0 commit comments

Comments
 (0)