mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-22 09:49:57 +01:00
explicitly install ruby 2.5.0 in travis (#345)
This commit is contained in:
parent
fc4d29075e
commit
88c4195e4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user