tellform/.travis.yml
2015-12-12 12:13:43 -08:00

14 lines
247 B
YAML
Executable file

language: node_js
sudo: false
node_js:
- "5.0.0"
- "4.0.0"
env:
- NODE_ENV=travis
services:
- mongodb
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
after_script:
- grunt coverage