mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
before_install: script/travis/before_install
 | 
						|
rvm:
 | 
						|
  - 1.9.3
 | 
						|
  - 2.0.0
 | 
						|
  - 2.1
 | 
						|
  - 2.2
 | 
						|
notifications:
 | 
						|
  disabled: true
 | 
						|
git:
 | 
						|
  submodules: false
 | 
						|
cache: bundler
 |