From df48539b4aa5e0924cdf9f1655f6389b5fe27551 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 9 May 2018 22:03:41 -0700 Subject: [PATCH] travis: troubleshoot wrong stack version --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1032ff58..2bacba6ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,6 +93,8 @@ install: # command output is hidden as they complete - mkdir -p ~/.local/bin - export PATH=~/.local/bin:$PATH - if [[ ! -x ~/.local/bin/stack ]]; then 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; fi + - which stack + - type -a stack - stack --version # GHC