Skip to content

Commit adb2632

Browse files
authored
Merge pull request #55 from JuliaDiff/cv/nightly-notifications
Setup nightly notifications
2 parents 8d6c8c8 + 7d22177 commit adb2632

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ julia:
1111
- 1.3
1212
- nightly
1313
notifications:
14-
email: false
14+
email:
15+
recipients:
16+
- nightly-rse@invenia.ca
17+
on_success: never
18+
on_failure: always
19+
if: type = cron
1520
matrix:
1621
allow_failures:
1722
- julia: 1.3

0 commit comments

Comments
 (0)