mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 03:02:16 +01:00 
			
		
		
		
	added travis testing script (kodi addon checker)
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
dist: xenial
 | 
			
		||||
language: python
 | 
			
		||||
python: 3.7
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
  - pip install kodi-addon-checker
 | 
			
		||||
 | 
			
		||||
before_script:
 | 
			
		||||
- git config core.quotepath false
 | 
			
		||||
 | 
			
		||||
# command to run our tests
 | 
			
		||||
script:
 | 
			
		||||
  - kodi-addon-checker --branch=krypton
 | 
			
		||||
		Reference in New Issue
	
	Block a user