Skip to content

Commit

Permalink
[travis] added slack notfication entry
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 10, 2021
1 parent a6bdc81 commit 21750e7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ matrix:
- graphviz # provides dot for doxygen graphs
- fonts-liberation # recommended by graphviz

#notifications:
# email:
# recipients:
# - @github.com
# on_success: change
# on_failure: always
before_install:
- env
- mkdir -p ${BUILD_PREFIX} && mkdir -p ${INSTALL_PREFIX}
Expand All @@ -166,3 +160,7 @@ after_success:
- if [ "$COMPUTE_COVERAGE" = "1" ]; then bash <(curl -s https://codecov.io/bash) -t token; fi;
# deploy artifacts: currently only dox
- if [ "$DEPLOY" = "1" ]; then bash ${TRAVIS_BUILD_DIR}/bin/deploy-$TRAVIS_OS_NAME.sh; fi;

notifications:
slack:
secure: aSmy6FmiEf+0gcbVpJs0GIrmpI1dF7/WFOXgUkM2wLxw5DBQxE4LW/yt01mvFqAMJLe0LzGujx/V/z98i0kA1S8DEMTqJ+IG2bbdmgb5CAw5LTP5Air1P2SeAyKW/eAAsnGsERaEnHj8nnZEa2dhbAFOPD5QDM7nwWG/xUkIGMU=

0 comments on commit 21750e7

Please sign in to comment.