mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
before_install: 
 | 
						|
  - sudo apt-get install libicu-dev -y
 | 
						|
  - gem update --system 2.1.11
 | 
						|
rvm:
 | 
						|
  - 1.9.3
 | 
						|
  - 2.0.0
 | 
						|
  - 2.1.1
 | 
						|
notifications:
 | 
						|
  disabled: true
 |