Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
removed my email for travis notifications
  • Loading branch information
digi604 committed Apr 16, 2015
1 parent 6b361cc commit 64b55d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -10,7 +10,6 @@ sudo: false

env:
global:
- SAUCE_USERNAME=digi604
- secure: NWiSBCHFB6LbTMget2qLIdqZlx0zeu3j+Y7Lsqb8kuYXyT2IUBGFVedcGWuGv/9Mzypb80EQWtVTokA3/3QIbesqr29uG95pMPHiYWLdnTO6UHcLMcNXiSzhBGdRDZ40iHSVv2dDHs4GNwGOH5+UCA0z3j7SWmChuFbNXh+Vsqw=
matrix:
- DJANGO=1.6 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0
Expand Down Expand Up @@ -44,11 +43,6 @@ script: coverage run --rcfile=.coverage.rc develop.py test --migrate
after_success: coveralls --config_file=.coverage.rc

notifications:
email:
recipients:
- digi@treepy.com
on_success: never
on_failure: always
irc:
- irc.freenode.org#django-cms
- irc.freenode.org#django-cms-sprint
Expand Down

0 comments on commit 64b55d4

Please sign in to comment.