forked from pravega/pravega
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (37 loc) · 949 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
36
37
38
39
40
41
42
#
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
language: java
jdk:
- oraclejdk8
env:
global:
- GRADLE_OPTS="-Xms128m"
sudo: required
services:
- docker
cache:
directories:
- .gradle
- $HOME/.gradle
- $HOME/.m2
notifications:
slack: emcnautilus:UZK3F72LSRYWXUuvlzSilFyy
email:
- arvind.kandhare@dell.com
- tom.kaitchuck@dell.com
- andrei.paduroiu@dell.com
- shivesh.ranjan@dell.com
- bhargav.gulavani@dell.com
- sandeep.shridhar@dell.com
- Vijayalakshmi.Veerubhotla@emc.com
- Abhijeet.Jadhav@emc.com
- Flavio.Junqueira@emc.com
after_success:
- bash <(curl -s https://codecov.io/bash) -t ccceafaf-7c60-4a02-9165-480174b535a2