diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-04-02 20:45:04 +0200 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-04-02 20:45:04 +0200 |
commit | 5afe95d206b48848f2bde1006c8396a1791692e8 (patch) | |
tree | e97bdc4db090fccb4d02001bd8b2b8ce33caac8a /.travis.yml | |
parent | 34a064d962d1b09a27598931bada02a12429434b (diff) | |
download | libgit2-5afe95d206b48848f2bde1006c8396a1791692e8.tar.gz |
travis: Change notify email
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e36f6f351..4c8c42aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ branches: # Notify development list when needed notifications: recipients: - - drahosp@gmail.com # CHANGE! + - vicent@github.com email: on_success: change - on_failure: always
\ No newline at end of file + on_failure: always |