mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 14:22:28 +00:00
Add Travis CI
This commit is contained in:
parent
834f41eea1
commit
1e7fc3dc29
1 changed files with 18 additions and 0 deletions
18
services/track-changes/.travis.yml
Normal file
18
services/track-changes/.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
- grunt install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- grunt test:unit
|
||||||
|
|
||||||
|
services:
|
||||||
|
- redis-server
|
||||||
|
- mongodb
|
Loading…
Reference in a new issue