tellform/.travis.yml
2015-08-25 14:33:52 -07:00

18 lines
282 B
YAML
Executable file

language: node_js
node_js:
- "0.10"
- "0.11"
env:
- NODE_ENV=travis
services:
- mongodb
# before_install:
# - npm install -g grunt-cli
# - npm install -g bower
# install:
# - npm install
# - bower install --config.interactive=false
# before_scripts:
# - grunt build