filer/.travis.yml

8 lines
140 B
YAML
Raw Normal View History

2014-02-17 23:22:38 +00:00
language: node_js
node_js:
- "0.11"
2014-02-17 23:29:19 +00:00
before_install: npm install -g grunt-cli
2014-02-18 16:11:05 +00:00
notifications:
email: false
irc: "irc.mozilla.org#filer"