travis: fix conditional
This commit is contained in:
		
							parent
							
								
									102d57a36d
								
							
						
					
					
						commit
						323fab3f2f
					
				| @ -82,7 +82,7 @@ install: # ignores command failures, completed commands are collapsed in log | |||||||
|   - stack build Chart Chart-diagrams colour Diff here |   - stack build Chart Chart-diagrams colour Diff here | ||||||
| 
 | 
 | ||||||
|   # shelltestrunner, need unreleased installable version |   # shelltestrunner, need unreleased installable version | ||||||
|   - [ -d shelltestrunner ] || git clone http://github.com/simonmichael/shelltestrunner |   - if [ ! -d shelltestrunner ]; then git clone http://github.com/simonmichael/shelltestrunner; fi | ||||||
|   - stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.2 --install-ghc |   - stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.2 --install-ghc | ||||||
|   - shelltest --version |   - shelltest --version | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user