mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #28 from sharelatex/afc-setup-travisci
Setup travis ci
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user