Chart.js/.travis.yml
2015-01-01 12:57:21 -05:00

18 lines
267 B
YAML

language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install
script:
- gulp jshint
- cp Chart.min.js /tmp/OLD
- gulp build
- cmp Chart.min.js /tmp/OLD # ensure build was run before commit
notifications:
email:
hello@nickdownie.com