Browse Source
			
			
			Remove verbose, otherwise the logs get filled with useless info
			
			
				pull/410/head
			
			
		 
		
			
				
					
						
						Daniel García
					
					7 years ago
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: FC8A7D14C3CD543A
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
2 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.travis.yml
				
 
			
				- 
					
					
					 
					azure-pipelines.yml
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -6,4 +6,4 @@ cache: cargo | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Nothing to install | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					install: true | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					script: cargo build --verbose --all-features | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					script: cargo build --all-features | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -13,5 +13,5 @@ steps: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    cargo -V | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  displayName: Query rust and cargo versions | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					- script : cargo build --verbose --all-features | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					- script : cargo build --all-features | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  displayName: 'Build project' | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  |