mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4db146dd51
That way, travis uses the version specified in .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
|