Test travis docker
							parent
							
								
									edb36acd5d
								
							
						
					
					
						commit
						a9a898e910
					
				
								
									
									
										
											10
										
									
									.travis.yml
									
									
									
									
								
								
							
							
										
											10
										
									
									.travis.yml
									
									
									
									
								|  | @ -2,10 +2,12 @@ env: | ||||||
|   - PLATFORM=debian-wheezy |   - PLATFORM=debian-wheezy | ||||||
|   - PLATFORM=debian-jessie |   - PLATFORM=debian-jessie | ||||||
| 
 | 
 | ||||||
| sudo: true | sudo: required | ||||||
| 
 | 
 | ||||||
| install: | language: python | ||||||
| - curl -sLo - http://j.mp/install-travis-docker | sh -xe | 
 | ||||||
|  | services: | ||||||
|  |   - docker | ||||||
| 
 | 
 | ||||||
| script: | script: | ||||||
| - ./run 'docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM' |   - docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue