From e8daeaee1c4065a3e711a6fe67ded7268a58e15e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 28 Aug 2016 22:37:10 +0300 Subject: [PATCH] Enable Travis notifications on success --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7cc89de..1b0d775 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,7 @@ script: - TOOLSET=gcc,clang - if [ $TRAVIS_OS_NAME == osx ]; then TOOLSET=clang; fi - ./b2 libs/smart_ptr/test toolset=$TOOLSET + +notifications: + email: + on_success: always