Enable Travis notifications on success.

This commit is contained in:
Peter Dimov
2016-09-10 01:50:43 +03:00
parent 29810a490a
commit 5263c5d47f

View File

@ -36,3 +36,7 @@ script:
- TOOLSET=gcc,clang
- if [ $TRAVIS_OS_NAME == osx ]; then TOOLSET=clang; fi
- ./b2 libs/core/test toolset=$TOOLSET
notifications:
email:
on_success: always