Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
add slack webhook, fix gitter webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Jun 9, 2016
1 parent 4d9e778 commit 2fdbc03
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
25 changes: 11 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
language: node_js

node_js:
- stable

- stable
addons:
firefox: "latest"

firefox: latest
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_script:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.txt

- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.txt
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/91644828dbf0ebfc536c
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
- https://webhooks.gitter.im/e/76b4266a7bbf95521f37
on_success: change
on_failure: always
on_start: never
slack:
secure: jLM26zBxuZZS71duWH1Bt1GrdEfMLOqNJWnyuObsuproBRQCmhzNWVd+qDEv+fcmZn8DPWr9gCj61RA8QpfEV8UOmS8HIfAjhGUGm1iWY3vkwcYxABq/mJdmJNFM29f3jY5cjBzCbAfPqWKuoswcqZ7ZPr2TE6wxGNr1Pc9x9Bq5j1wW6j1Kbj9ru/6NlOv2wO6XzkM34tEjeHrYmi/kS3756dLCqxOWuQx2sgCVxmU6ad9BsAOMJgJ9rJHI1qiTybI2BkUe5T8DXFUaHwLl1LRlYZCZol01vc/vv8LyxYRRW2f/UkL5XZ7BMxR3U/8ybnvulo0TbLnVWSCD4W2l+DGGPQtKASRrkxxzWlrHAQpzutsrZfQi5vkPgz2fu8JMIH32VTS01SoVlRH0TUIRfXO7EqJr+RziqxfLCXiAuMtWuey+8iWH/8PjE/hQCFON5VDFOBftdEZvIzRNoMtX8xwgco7SMLGWZfc5kdELt8OJ+qKZoBKxdgHG9/KcywKr0KMQvfFYwB3XaPOR0VWnwkzYWiZu84BRpAR4LkhDY+UnGEVFhOOpisfgtWO16DBft2Mv/PdUcQITxIXWK00SOpXDHG7s74gsrgs+mcJ08NUVlipp7mDVvTYm8TrMzeR/ZqaeL9NuojqxbxeuLuUHZB+3c1dkiThda83jiRCnne4=
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"routing",
"spa"
],
"homepage": "https://github.com/caseyWebb/ko-component-router",
"homepage": "https://github.com/Profiscience/ko-component-router",
"moduleType": [
"amd",
"globals",
Expand Down
4 changes: 2 additions & 2 deletions example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ko.components.register('app', {
<div class="page-header">
<small class="text-muted text-right pull-right">
pssst... this documentation is built using knockout + this router,
<a href="https://github.com/caseyWebb/ko-component-router/tree/gh-pages/example">source</a>
<a href="https://github.com/Profiscience/ko-component-router/tree/gh-pages/example">source</a>
</small>
<h1>
ko-component-router
Expand Down Expand Up @@ -123,7 +123,7 @@ ko.components.register('app', {
</ul>
<hr>
<div class="text-center">
<a href="https://github.com/caseyWebb/ko-component-router">
<a href="https://github.com/Profiscience/ko-component-router">
<i class="fa fa-github"></i> View on Github
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion example/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/dist/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 2fdbc03

Please sign in to comment.