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 Feb 10, 2017
1 parent f1ca79b commit 860b68b
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 @@ -77,12 +77,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 860b68b

Please sign in to comment.