From aaf818e9da33e9a0954b03846d622baf8d701a09 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 9 May 2018 22:23:28 -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 2bacba6ae..9321fd18f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,6 +96,8 @@ install: # command output is hidden as they complete - which stack - type -a stack - stack --version + - echo ~ + - ~/.local/bin/stack --version # GHC - stack setup