mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: travis: use latest stack
This commit is contained in:
parent
142c52e5b9
commit
94f2b37f12
@ -1,3 +1,5 @@
|
||||
# http://docs.haskellstack.org/en/stable/travis_ci.html
|
||||
|
||||
language: haskell
|
||||
|
||||
branches:
|
||||
@ -19,7 +21,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.3.1/stack-0.1.3.1-x86_64-linux.gz | gunzip > ~/.local/bin/stack
|
||||
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
- chmod a+x ~/.local/bin/stack
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user