logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f40843d6808578ae4315d2c60b2b1878f10edd2f
parent: d85df27053f947eb072c031ed66e128ee58b2743
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat,  8 Oct 2016 00:48:36 +0200

Fix travis test

Diffstat:

M.travis.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -19,7 +19,7 @@ services: bundler_args: --without development production --retry=3 --jobs=3 install: - - npm install -g npm@2 + - npm install -g npm@3 - npm install - bundle install