Enable Travis notifications on success

This commit is contained in:
Peter Dimov
2016-08-28 22:37:10 +03:00
parent 3b9ae9fd5f
commit e8daeaee1c

View File

@ -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