explicitly install ruby 2.5.0 in travis (#345)

This commit is contained in:
Nolan Lawson 2018-05-28 08:26:17 -07:00 committed by GitHub
parent fc4d29075e
commit 88c4195e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if [[ "$COMMAND" = deploy-dev-travis ]]; then
exit 0 # no need to setup mastodon in this case
fi
source "$HOME/.rvm/scripts/rvm"
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