travis: troubleshoot wrong stack version

This commit is contained in:
Simon Michael 2018-05-09 22:23:28 -07:00
parent df48539b4a
commit aaf818e9da

View File

@ -96,6 +96,8 @@ install: # command output is hidden as they complete
- which stack - which stack
- type -a stack - type -a stack
- stack --version - stack --version
- echo ~
- ~/.local/bin/stack --version
# GHC # GHC
- stack setup - stack setup