mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Create .travis.yml
This commit is contained in:
parent
9963f01482
commit
4756b488ee
1 changed files with 19 additions and 0 deletions
19
services/filestore/.travis.yml
Normal file
19
services/filestore/.travis.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
script:
|
||||
- grunt test:unit
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
- mongodb
|
||||
|
Loading…
Reference in a new issue