mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:31:39 +00:00
Do not specify node version in .travis.yml
So travis picks instead the version from .nvmrc
This commit is contained in:
parent
dffc0a42c3
commit
7d597fe59e
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
|
||||||
- "0.10"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue