travis: report git & stack versions as well

This commit is contained in:
Simon Michael 2016-04-29 06:51:05 -07:00
parent 1de722a34a
commit a036d5cf18

View File

@ -19,10 +19,12 @@ cache:
# - "$HOME/.stack-work/"
before_install:
- git --version
- mkdir -p ~/.local/bin
- export PATH=~/.local/bin:$PATH
- 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
- stack --version
install:
- stack +RTS -N2 -RTS setup