Create .travis.yml
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
language: node_js
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
script: grunt test:unit
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
- mongodb
|
||||
|
||||
Reference in New Issue
Block a user