Skip to content

Commit d67c151

Browse files
committed
Turn off email notifications from Travis - whoops
1 parent 9188f5a commit d67c151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ julia:
55
- 0.4
66
- nightly
77
sudo: false
8-
email: false
8+
notifications:
9+
email: false
910
script:
1011
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1112
- julia -e 'Pkg.clone(pwd())'

0 commit comments

Comments
 (0)