mirror of
				https://github.com/capistrano/capistrano
				synced 2023-03-27 23:21:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: ruby
 | 
						|
rvm:
 | 
						|
  - 1.9.3
 | 
						|
  - 2.0.0
 | 
						|
  - 2.1.1
 | 
						|
cache: bundler
 | 
						|
branches:
 | 
						|
  except:
 | 
						|
    - legacy-v2
 |