mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3ad8e9f2f1
See https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions-using-.nvmrc
15 lines
189 B
YAML
15 lines
189 B
YAML
language: node_js
|
|
|
|
before_install:
|
|
- npm install -g grunt-cli
|
|
|
|
install:
|
|
- npm install
|
|
- grunt install
|
|
|
|
script:
|
|
- grunt test:unit
|
|
|
|
services:
|
|
- redis-server
|
|
- mongodb
|