Skip to content

Commit

Permalink
travis: remove e-mail notifications for our local develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Apr 7, 2017
1 parent d449c11 commit 1efd8ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,3 @@ script: share/spack/qa/run-$TEST_SUITE-tests

after_success:
- if [[ $TEST_SUITE == unit && $TRAVIS_PYTHON_VERSION == 2.7 && $TRAVIS_OS_NAME == "linux" ]]; then codecov --env PY_VERSION; fi

#=============================================================================
# Notifications
#=============================================================================
notifications:
email:
recipients: tgamblin@llnl.gov
on_success: change
on_failure: always

0 comments on commit 1efd8ca

Please sign in to comment.