forked from cybrespace/pinafore
		
	explicitly install ruby 2.5.0 in travis (#345)
This commit is contained in:
		
							parent
							
								
									fc4d29075e
								
							
						
					
					
						commit
						88c4195e4a
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -7,6 +7,10 @@ if [[ "$COMMAND" = deploy-dev-travis ]]; then
 | 
				
			||||||
  exit 0 # no need to setup mastodon in this case
 | 
					  exit 0 # no need to setup mastodon in this case
 | 
				
			||||||
fi
 | 
					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 add-apt-repository -y ppa:mc3man/trusty-media
 | 
				
			||||||
sudo -E apt-get update
 | 
					sudo -E apt-get update
 | 
				
			||||||
sudo -E apt-get install -y ffmpeg
 | 
					sudo -E apt-get install -y ffmpeg
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue