13 lines
200 B
YAML
13 lines
200 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
script:
|
|
- grunt compile test
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#select2"
|
|
on_success: change
|
|
on_failure: always
|