chartist-js/.travis.yml
2016-06-22 09:45:26 +02:00

7 lines
111 B
YAML

language: node_js
node_js:
- '5.5.0'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'