Browse Source
			
			
			Travis: use latest stable Storm version
			
			
				refactoring
			
			
		 
		
			
				
					
						 Matthias Volk
					
					5 years ago
						Matthias Volk
					
					5 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 83A57678F739FCD3
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
4 additions and 
4 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.travis.yml
				
					
					
						
							
								
									
										
											
	
		
			
				|  | @ -48,13 +48,13 @@ jobs: | 
		
	
		
			
				|  |  |     # Docker Storm stable |  |  |     # Docker Storm stable | 
		
	
		
			
				|  |  |     - os: linux |  |  |     - os: linux | 
		
	
		
			
				|  |  |       compiler: gcc |  |  |       compiler: gcc | 
		
	
		
			
				|  |  |       env: TASK=Test CONFIG=Release DOCKER=storm:1.6.2 PYTHON=python3 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       env: TASK=Test CONFIG=Release DOCKER=storm:1.6.3 PYTHON=python3 | 
		
	
		
			
				|  |  |       script: |  |  |       script: | 
		
	
		
			
				|  |  |         travis/build.sh |  |  |         travis/build.sh | 
		
	
		
			
				|  |  |     # Docker Storm stable in debug mode |  |  |     # Docker Storm stable in debug mode | 
		
	
		
			
				|  |  |     - os: linux |  |  |     - os: linux | 
		
	
		
			
				|  |  |       compiler: gcc |  |  |       compiler: gcc | 
		
	
		
			
				|  |  |       env: TASK=Test CONFIG=Debug DOCKER=storm:1.6.2-debug PYTHON=python3 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       env: TASK=Test CONFIG=Debug DOCKER=storm:1.6.3-debug PYTHON=python3 | 
		
	
		
			
				|  |  |       script: |  |  |       script: | 
		
	
		
			
				|  |  |         travis/build.sh |  |  |         travis/build.sh | 
		
	
		
			
				|  |  |     # Documentation |  |  |     # Documentation | 
		
	
	
		
			
				|  | @ -76,6 +76,6 @@ jobs: | 
		
	
		
			
				|  |  |   # Allow failures of stable versions as new features might have been added |  |  |   # Allow failures of stable versions as new features might have been added | 
		
	
		
			
				|  |  |   allow_failures: |  |  |   allow_failures: | 
		
	
		
			
				|  |  |     - os: linux |  |  |     - os: linux | 
		
	
		
			
				|  |  |       env: TASK=Test CONFIG=Release DOCKER=storm:1.6.2 PYTHON=python3 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       env: TASK=Test CONFIG=Release DOCKER=storm:1.6.3 PYTHON=python3 | 
		
	
		
			
				|  |  |     - os: linux |  |  |     - os: linux | 
		
	
		
			
				|  |  |       env: TASK=Test CONFIG=Debug DOCKER=storm:1.6.2-debug PYTHON=python3 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       env: TASK=Test CONFIG=Debug DOCKER=storm:1.6.3-debug PYTHON=python3 |