-
Notifications
You must be signed in to change notification settings - Fork 16
/
.travis.yml
31 lines (27 loc) · 840 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: node_js
node_js:
- '0.10'
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate < test/coverage/**/lcov.info
notifications:
# publish build status to IRC channel: #console.style
irc:
channels:
- chat.freenode.net#console.style
on_success: always
on_failure: always
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}'
- 'Change view : %{compare_url}'
- 'Build details : %{build_url}'
# publish build status to gitter chat room: https://gitter.im/daniellmb/console.style
webhooks:
urls:
- https://webhooks.gitter.im/e/eec82b471d408d2ae5d6
on_success: always
on_failure: always
on_start: false
env:
- CODECLIMATE_REPO_TOKEN=724c1c6795a8279dc941ea0a1ada1439f97df5de2c001ae859ec2a3f5ceb6d47