logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8482f67cafabbd747126238c03853f251e0dce56
parent: fe8dd58bc1548b59741d30d9b3ce46f08b6afcd8
Author: Alex Dunn <dunn.alex@gmail.com>
Date:   Fri, 14 Apr 2017 17:05:41 -0700

update Node to 6.x LTS (#1228)

The 4.x branch [entered maintenance](https://github.com/nodejs/LTS#lts-schedule1) on 1 April.

Diffstat:

M.nvmrc2+-
M.travis.yml5+----
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.nvmrc b/.nvmrc @@ -1 +1 @@ -6.7.0 +6 diff --git a/.travis.yml b/.travis.yml @@ -5,8 +5,6 @@ notifications: email: false env: - matrix: - - TRAVIS_NODE_VERSION="4" global: - LOCAL_DOMAIN=cb6e6126.ngrok.io - LOCAL_HTTPS=true @@ -28,8 +26,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get -qq install g++-4.8 install: - - nvm install $TRAVIS_NODE_VERSION - - npm install -g npm@3 + - nvm install - npm install -g yarn - bundle install - yarn install