tn-community-browser/.travis.yml
2016-01-25 19:45:53 -05:00

10 lines
144 B
YAML

sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'