mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Added .travis.yml
This commit is contained in:
		
							
								
								
									
										8
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| language: php | ||||
| before_script: | ||||
|     - travis_retry composer self-update | ||||
|     - travis_retry composer install --no-interaction --prefer-source --dev | ||||
| script: | ||||
|     - vendor/bin/phpunit --coverage-clover=coverage.xml | ||||
| after_success: | ||||
| - bash <(curl -s https://codecov.io/bash) | ||||
		Reference in New Issue
	
	Block a user