tools: travis: use latest stack

This commit is contained in:
Simon Michael 2016-01-14 20:48:44 -08:00
parent 142c52e5b9
commit 94f2b37f12

View File

@ -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: