Navigation Menu

Skip to content

Commit

Permalink
Removed notification config in shippable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed May 2, 2014
1 parent 6def007 commit 2db59e6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions shippable.yml
@@ -1,8 +1,8 @@
language: node_js

node_js:
- '0.11'
- '0.10'
- '0.11'
env:
# - NODE_ENV=production

Expand Down Expand Up @@ -39,10 +39,3 @@ after_failure:
after_script:
# - ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -u tdd
# - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/

notifications:
email:
recipients:
- pilwon@gmail.com
on_success: change
on_failure: always

0 comments on commit 2db59e6

Please sign in to comment.