tools: use latest stack in travis build
This commit is contained in:
parent
fcb7d297c8
commit
25146b09e2
@ -9,7 +9,7 @@ cache:
|
||||
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
|
||||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.0/stack-0.1.3.0-x86_64-linux.gz | gunzip > ~/.local/bin/stack
|
||||
- chmod a+x ~/.local/bin/stack
|
||||
|
||||
install:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user