mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| dist: xenial
 | |
| language: php
 | |
| notifications: {email: false}
 | |
| php: ['7.2', '7.3']
 | |
| 
 | |
| install: composer install --no-interaction
 | |
| script: composer test
 | |
| after_success: composer coverage
 |