mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 02:32:56 +00:00
Setup travis ci
This commit is contained in:
parent
e8b6d033ec
commit
8c10c737dc
1 changed files with 12 additions and 0 deletions
12
services/real-time/.travis.yml
Normal file
12
services/real-time/.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: node_js
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
script:
|
||||
- grunt test:unit
|
||||
- grunt compile:acceptance_tests
|
Loading…
Reference in a new issue