forked from apache/sedona
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
35 lines (27 loc) · 786 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
os:
- linux
language: java
jdk:
- oraclejdk8
sudo: required
git:
submodules: false
## ----------------------------------------------------------------------
## Build tools
## ----------------------------------------------------------------------
## ----------------------------------------------------------------------
## Perform build:
## ----------------------------------------------------------------------
script:
- mvn clean install
after_success:
- bash <(curl -s https://codecov.io/bash)
## ----------------------------------------------------------------------
## Notification
## ----------------------------------------------------------------------
notifications:
email:
recipients:
on_success: none
on_failure: always