Skip to content

Commit 617734b

Browse files
yiming187lidongsjtu
authored andcommitted
minor: enable mail notification for build fail
Signed-off-by: lidongsjtu <[email protected]>
1 parent 823d98a commit 617734b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration file for Travis continuous integration.
2-
# See https://travis-ci.org/apache/calcite
32
#
43
# Licensed to the Apache Software Foundation (ASF) under one or more
54
# contributor license agreements. See the NOTICE file distributed with
@@ -20,13 +19,13 @@ language: java
2019

2120
jdk:
2221
- oraclejdk7
22+
- oraclejdk8
2323

24-
#notification:
25-
# email:
26-
# recipients:
27-
28-
# on_success: always
29-
# on_failure: always
24+
notification:
25+
email:
26+
recipients:
27+
28+
on_failure: always
3029

3130
#branches:
3231
# only:

0 commit comments

Comments
 (0)