1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

output wasn't shaped right

This commit is contained in:
Patrick Thomson 2019-10-21 17:03:58 -04:00
parent 65853549c1
commit 278f27af5d

View File

@ -25,7 +25,8 @@ matrix:
before_install:
- mkdir -p $HOME/.local/bin
- curl -L -o /tmp/hlint.tar.gz "https://github.com/ndmitchell/hlint/releases/download/v2.2.3/hlint-2.2.3-x86_64-linux.tar.gz"
- tar -xf /tmp/hlint.tar.gz -C $HOME/.local/bin
- tar -xf /tmp/hlint.tar.gz -C /tmp
- cp /tmp/hlint-2.2.3/hlint $HOME/local/bin
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
- ghc --version
- cabal --version