Skip to content

Commit ab0386c

Browse files
authored
Merge pull request #72 from JuliaDiff/cv/nightly-notifications
Setup nightly notifications
2 parents 0ad05d0 + 7c4727d commit ab0386c

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
@@ -13,7 +13,12 @@ matrix:
1313
- julia: 1.3
1414
- julia: nightly
1515
notifications:
16-
email: false
16+
email:
17+
recipients:
18+
- nightly-rse@invenia.ca
19+
on_success: never
20+
on_failure: always
21+
if: type = cron
1722
# uncomment the following lines to override the default test script
1823
#script:
1924
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)