| 
					
					
						
							
						
					
					
				 | 
				@ -29,7 +29,7 @@ jobs: | 
			
		
		
	
		
			
				 | 
				 | 
				    # docker storm:latest | 
				 | 
				 | 
				    # docker storm:latest | 
			
		
		
	
		
			
				 | 
				 | 
				    - os: linux | 
				 | 
				 | 
				    - os: linux | 
			
		
		
	
		
			
				 | 
				 | 
				      compiler: gcc | 
				 | 
				 | 
				      compiler: gcc | 
			
		
		
	
		
			
				 | 
				 | 
				      env: TASK=Test CONFIG=Release DOCKER=storm:latest PYTHON=python3 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      env: TASK=Test CONFIG=Release DOCKER=storm:travis PYTHON=python3 | 
			
		
		
	
		
			
				 | 
				 | 
				      install: | 
				 | 
				 | 
				      install: | 
			
		
		
	
		
			
				 | 
				 | 
				        travis/install_linux.sh | 
				 | 
				 | 
				        travis/install_linux.sh | 
			
		
		
	
		
			
				 | 
				 | 
				      script: | 
				 | 
				 | 
				      script: | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -37,7 +37,7 @@ jobs: | 
			
		
		
	
		
			
				 | 
				 | 
				    # docker storm-debug:latest | 
				 | 
				 | 
				    # docker storm-debug:latest | 
			
		
		
	
		
			
				 | 
				 | 
				    - os: linux | 
				 | 
				 | 
				    - os: linux | 
			
		
		
	
		
			
				 | 
				 | 
				      compiler: gcc | 
				 | 
				 | 
				      compiler: gcc | 
			
		
		
	
		
			
				 | 
				 | 
				      env: TASK=Test CONFIG=Debug DOCKER=storm-debug:latest PYTHON=python3 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      env: TASK=Test CONFIG=Debug DOCKER=storm-debug:travis PYTHON=python3 | 
			
		
		
	
		
			
				 | 
				 | 
				      install: | 
				 | 
				 | 
				      install: | 
			
		
		
	
		
			
				 | 
				 | 
				        travis/install_linux.sh | 
				 | 
				 | 
				        travis/install_linux.sh | 
			
		
		
	
		
			
				 | 
				 | 
				      script: | 
				 | 
				 | 
				      script: | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -45,7 +45,7 @@ jobs: | 
			
		
		
	
		
			
				 | 
				 | 
				    # Documentation | 
				 | 
				 | 
				    # Documentation | 
			
		
		
	
		
			
				 | 
				 | 
				    - os: linux | 
				 | 
				 | 
				    - os: linux | 
			
		
		
	
		
			
				 | 
				 | 
				      compiler: gcc | 
				 | 
				 | 
				      compiler: gcc | 
			
		
		
	
		
			
				 | 
				 | 
				      env: TASK=Documentation CONFIG=Release DOCKER=storm:latest PYTHON=python3 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      env: TASK=Documentation CONFIG=Release DOCKER=storm:travis PYTHON=python3 | 
			
		
		
	
		
			
				 | 
				 | 
				      install: | 
				 | 
				 | 
				      install: | 
			
		
		
	
		
			
				 | 
				 | 
				        travis/install_linux.sh | 
				 | 
				 | 
				        travis/install_linux.sh | 
			
		
		
	
		
			
				 | 
				 | 
				      script: | 
				 | 
				 | 
				      script: | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |