1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/.travis.yml

13 lines
200 B
YAML
Raw Normal View History

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