logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 07e56d52b16c143a3753508c44cf0f894291369f
parent: 6394baff4d8c6840fc1fa5406522b97066193198
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat, 15 Oct 2016 18:15:47 +0200

Trying a travis fix

Diffstat:

M.travis.yml5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -26,8 +26,9 @@ services: bundler_args: --without development production --retry=3 --jobs=3 install: - - nvm ls - - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`) && source ~/.nvm/nvm.sh + - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`) + - nvm alias default v0.10.36 + - source ~/.nvm/nvm.sh - nvm install $TRAVIS_NODE_VERSION - npm install -g npm@3 - npm install -g yarn