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

Commit

Permalink
Travis CI hipchat notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag committed Aug 15, 2014
1 parent 0e2ab6b commit a4da7c0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
@@ -1,9 +1,15 @@
language: node_js
node_js:
- "0.10"
- '0.10'
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
- npm install -g grunt-cli
- npm install -g bower
- bower install
after_script:
- cat .grunt/tails/coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat .grunt/tails/coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
notifications:
hipchat:
rooms:
secure: cr4A6RcpGbOGaOEOt5b+lUEuK9+I+szjUgawFxG7vbXf6re0S1fNgbTg5hDCDhYQVl0PkCKGTa1rCqrnwwTyTz46Sxb24ICQcyAZCoDE2je15LOMhn1KiltxvINFQ3UujzShW5wqon00gnliu9ExPIEHzoNqI4GFa+HuOUiiVio=
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"

0 comments on commit a4da7c0

Please sign in to comment.