mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 10:55:17 +00:00
Merge pull request #28 from sharelatex/afc-setup-travisci
Setup travis ci
This commit is contained in:
commit
49ce3e6917
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