tellform/public/lib/raven-js/.travis.yml

9 lines
196 B
YAML
Raw Normal View History

2015-07-14 20:45:54 +00:00
# language doesn't matter, we're only using phantom.js
language: node_js
node_js:
- "0.10"
script:
- ./node_modules/.bin/grunt test build
notifications:
irc: "irc.freenode.org#sentry"