mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add hipchat notifications for travis
This commit is contained in:
parent
39882348d7
commit
1dd8789e07
1 changed files with 9 additions and 5 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,9 +1,13 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- '0.10'
|
||||
install:
|
||||
- "npm install -g grunt-cli bower"
|
||||
- "npm install"
|
||||
- "bower install"
|
||||
- npm install -g grunt-cli bower
|
||||
- npm install
|
||||
- bower install
|
||||
script:
|
||||
- "npm test"
|
||||
- npm test
|
||||
notifications:
|
||||
hipchat:
|
||||
rooms:
|
||||
secure: IUlP4jtlY7qHgNFHdmpPskCr6SZ3gg8X8plqqPAH7x+f62UWE6jUoaJWM0t265qZj13cB1XrVjVdyFs0CCytJepGpAoZm8QfB6EAkCnVrsXpqWesYzgpZzH1Ld4/DEodvNrMRvPavMk/AxiNXuqUYDQ6Pfuer2CHukKiW/hhlMs=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue