mirror of
https://github.com/itorquey/tn-community-browser.git
synced 2026-01-19 20:24:52 +00:00
10 lines
144 B
YAML
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'
|