Files
YellowLabTools/.travis.yml
T

10 lines
168 B
YAML

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