logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8e5c9a5a2c98b834bcc1dadb2c3c12afd8e3cf6c
parent: d0e2733f63a7bd9601e73adee1107da804f85c41
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat,  3 Sep 2016 14:02:24 +0200

Fix for travis node issue

Diffstat:

M.travis.yml3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -18,6 +18,9 @@ services: bundler_args: --without development production --retry=3 --jobs=3 +install: + - npm install -g npm@2 + before_script: - npm install - bundle exec rake db:create db:migrate