Travis: fix delimiter for column

This commit is contained in:
Daniel Hahler 2019-02-25 13:59:58 +01:00
parent 395a6721e6
commit 842e3159a8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ install:
- gem install mdl
after_install:
- luarocks --local list --porcelain | column -t -s $'\r'
- luarocks --local list --porcelain | column -t -s $'\t'
script:
- PKG_CONFIG_PATH="$HOME/install/lib/pkgconfig" make build_for_travis