This commit is contained in:
		
							
								
								
									
										17
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
langauge: generic
 | 
			
		||||
dist: bionic
 | 
			
		||||
 | 
			
		||||
addons:
 | 
			
		||||
  apt:
 | 
			
		||||
    update: true
 | 
			
		||||
    packages:
 | 
			
		||||
    - tidy
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  - docker
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
 - tidy index.html || true
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
 - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
 | 
			
		||||
		Reference in New Issue
	
	Block a user