mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add .travis.yml
This commit is contained in:
parent
f1892f129c
commit
9583d1ee60
1 changed files with 14 additions and 0 deletions
14
services/chat/.travis.yml
Normal file
14
services/chat/.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
- grunt install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- grunt test:unit
|
Loading…
Reference in a new issue