tools: set -u breaks travis
This commit is contained in:
		
							parent
							
								
									61a5b5274b
								
							
						
					
					
						commit
						7750f83d76
					
				@ -73,8 +73,11 @@ branches:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
install: # command output is hidden as they complete
 | 
					install: # command output is hidden as they complete
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # if any command fails, end the travis script; warn about nulls
 | 
					  # if any command fails, end the travis script
 | 
				
			||||||
  - set -eu
 | 
					  - set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # warn about nulls ? no, breaks travis
 | 
				
			||||||
 | 
					  #- set -u
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # stack
 | 
					  # stack
 | 
				
			||||||
  - mkdir -p ~/.local/bin
 | 
					  - mkdir -p ~/.local/bin
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user