mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 21:34:42 +02:00
Enable Travis notifications on success.
This commit is contained in:
@@ -36,3 +36,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/core/test toolset=$TOOLSET
|
- ./b2 libs/core/test toolset=$TOOLSET
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: always
|
||||||
|
Reference in New Issue
Block a user