Skip to content

Commit

Permalink
Updated Travis CI notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Feb 3, 2015
1 parent 306f659 commit c8dd872
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: node_js
script: 'npm run-script test-travis'
after_script: 'npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls'
script: npm run-script test-travis
after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls

notifications:
email: false
slack:
secure: fOlTK5hKs3Cv3wJCn85tCQEjsZIhz6FRlf/mNR41Hp3g8ljPvJO9Ls67t1tV2gOVwNbzTd5NUTfK4qmWhYyYmvkzTG1j6IJXJ/zkz2CvvoiCZu/7ECHFGeyvvCKjrhETrkTs6eYjPBIAGBL6qNGD9Bv9gUlDjQyx2Yv45e+n2pI=
on_success: always
on_failure: always

0 comments on commit c8dd872

Please sign in to comment.