From 6bcab90ac1222552e5f89174fc00e5d071d29f60 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 27 May 2018 09:27:22 -0700 Subject: [PATCH] try removing explicit rvm install in travis (#344) --- bin/setup-mastodon-in-travis.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/setup-mastodon-in-travis.sh b/bin/setup-mastodon-in-travis.sh index 5544a2f..6bf5fc3 100755 --- a/bin/setup-mastodon-in-travis.sh +++ b/bin/setup-mastodon-in-travis.sh @@ -7,8 +7,6 @@ if [[ "$COMMAND" = deploy-dev-travis ]]; then exit 0 # no need to setup mastodon in this case fi -rvm install 2.5.0 -rvm use 2.5.0 sudo -E add-apt-repository -y ppa:mc3man/trusty-media sudo -E apt-get update sudo -E apt-get install -y ffmpeg