1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(travis): reload ruby environment after updating

This commit is contained in:
sudden6 2017-10-11 22:53:02 +02:00
parent ae7b47342d
commit e98297134a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -48,6 +48,7 @@ get_ruby_version() {
rvm get stable
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
rvm use ruby --install --default
echo rvm_auto_reload_flag=1 >> ~/.rvmrc
}
main() {