mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			216 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			216 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								language: php
							 | 
						||
| 
								 | 
							
								php:
							 | 
						||
| 
								 | 
							
								  - 5.5
							 | 
						||
| 
								 | 
							
								  - 5.6
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								install:
							 | 
						||
| 
								 | 
							
								  - composer install
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								addons:
							 | 
						||
| 
								 | 
							
								  code_climate:
							 | 
						||
| 
								 | 
							
								    repo_token: 5371d86d298d66eb9007cc8de462d7063e58f6dd85e430928834736edee479a9
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								after_script:
							 | 
						||
| 
								 | 
							
								  - vendor/bin/test-reporter
							 |