Adding .travis-ci.yml
This commit is contained in:
		
							parent
							
								
									f2e8ac9d62
								
							
						
					
					
						commit
						c0535e4989
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								.travis.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.travis.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
sudo: required
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  - TRAVIS_DEBIAN_DISTRIBUTION=unstable
 | 
			
		||||
  - TRAVIS_DEBIAN_DISTRIBUTION=testing
 | 
			
		||||
  - TRAVIS_DEBIAN_DISTRIBUTION=stable
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  - docker
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  # build the debian package
 | 
			
		||||
  - wget -O- http://travis.debian.net/script.sh | sh -
 | 
			
		||||
 | 
			
		||||
#notifications:
 | 
			
		||||
#  email: false
 | 
			
		||||
 | 
			
		||||
branches:
 | 
			
		||||
  except:
 | 
			
		||||
    - /^debian\/\d/
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue