mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-31 13:42:36 +00:00
Create .travis.yml
This commit is contained in:
parent
6eb328e788
commit
f09444de3b
1 changed files with 21 additions and 0 deletions
21
services/docstore/.travis.yml
Normal file
21
services/docstore/.travis.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
before_script:
|
||||
- grunt forever:app:start
|
||||
|
||||
script:
|
||||
- grunt test:unit
|
||||
- grunt test:acceptance
|
||||
|
||||
services:
|
||||
- mongodb
|
Loading…
Reference in a new issue