copay/.travis.yml

15 lines
568 B
YAML
Raw Normal View History

2014-04-14 10:19:58 -07:00
language: node_js
node_js:
2014-06-19 08:40:39 -07:00
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt shell
notifications:
hipchat:
rooms:
secure: ibsyaK2/7hdms9pRHCibamfUtA1yb5Ib3tIQOChwnfNSkpOy5ZViuq92duPZpKacgNuRmiwp6wfbDY8duLiadwnCet4V3dHAGqt+t9o+O7A9DzxNeYFFHnnrhqhg95PjWK6UyFqrQajPIr+n11M2itEQLa7kljQxJZ3Z26zJCdI=
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html
2014-06-19 11:14:32 -07:00
on_success: never