overleaf/services/document-updater/.travis.yml
Alberto Fernández Capel 7d597fe59e Do not specify node version in .travis.yml
So travis picks instead the version from .nvmrc
2018-04-19 14:03:35 +01:00

11 lines
145 B
YAML

language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit