Fixed travis again.

This commit is contained in:
John MacFarlane 2015-11-21 10:44:09 -08:00
parent e456ddbd4f
commit dd2d8ff6ff

View file

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