mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Do not specify node version in .travis.yml
That way, travis uses the version specified in .nvmrc
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
@@ -16,4 +13,3 @@ script:
|
||||
services:
|
||||
- redis-server
|
||||
- mongodb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user