Files
YellowLabTools/.travis.yml
T

9 lines
158 B
YAML

language: node_js
sudo: false
node_js:
- "0.12.4"
before_install:
- "npm install -g npm"
- "npm install -g grunt-cli"
install:
- "npm install"