tools: travis: consistent layout
This commit is contained in:
		
							parent
							
								
									1cdc8a43a3
								
							
						
					
					
						commit
						b7ab5112a3
					
				| @ -7,10 +7,10 @@ cache: | ||||
|     # - "$HOME/.stack-work/" | ||||
| 
 | ||||
| before_install: | ||||
| - mkdir -p ~/.local/bin | ||||
| - export PATH=~/.local/bin:$PATH | ||||
| - travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.1.0/stack-0.1.1.0-x86_64-linux.gz | gunzip > ~/.local/bin/stack | ||||
| - chmod a+x ~/.local/bin/stack | ||||
|   - mkdir -p ~/.local/bin | ||||
|   - export PATH=~/.local/bin:$PATH | ||||
|   - travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.1.0/stack-0.1.1.0-x86_64-linux.gz | gunzip > ~/.local/bin/stack | ||||
|   - chmod a+x ~/.local/bin/stack | ||||
| 
 | ||||
| install: | ||||
|   - stack setup | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user