Fixed travis again.
This commit is contained in:
parent
e456ddbd4f
commit
dd2d8ff6ff
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ before_install:
|
|||
- mkdir -p ~/.local/bin
|
||||
- export STACKVER=0.1.8.0
|
||||
- export PATH=~/.local/bin:/opt/ghc/$GHCVER/bin:$PATH
|
||||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v$STACKVER/stack-$STACKVER-linux-x86_64.tar.gz
|
||||
- tar xvzf stack-$STACKVER-linux-x86_64.tar.gz
|
||||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v$STACKVER/stack-$STACKVER-linux-x86_64.tar.gz | tar xvzf -
|
||||
- cp stack-$STACKVER-linux-x86_64/stack ~/.local/bin/stack
|
||||
- chmod a+x ~/.local/bin/stack
|
||||
|
||||
|
|
Loading…
Reference in a new issue