pyDataVizDay/src/static/node_modules/chroma-js/.travis.yml
2017-07-19 12:31:50 -05:00

6 lines
No EOL
140 B
YAML

language: node_js
node_js:
- 0.12
- 0.11
before_script: "npm install -g grunt-cli"
script: "npm run-script build && npm run-script test"