mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 11:46:56 +00:00
Fixed travis again.
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user