Chart.js/.travis.yml

18 lines
267 B
YAML
Raw Normal View History

2015-01-01 18:57:21 +01:00
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