1
0
forked from boostorg/bind

Enable Travis notifications on success

This commit is contained in:
Peter Dimov
2016-08-28 23:17:16 +03:00
parent 808996b70f
commit 03a25d41da

View File

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