mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 17:41:21 +00:00
Create .travis.yml
This commit is contained in:
parent
20ed215c5c
commit
ace74c8d7c
1 changed files with 12 additions and 0 deletions
12
services/web/.travis.yml
Normal file
12
services/web/.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: node_js
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
script: grunt test:unit
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
- mongodb
|
||||
|
Loading…
Reference in a new issue