mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Create .travis.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user