Skip to content

Commit

Permalink
chore(ci) add ansicolors+lualogging for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Nov 4, 2021
1 parent 01c459c commit e36f8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run-for-all-lua-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ for ver in -l5.1 -l5.2 -l5.3 -j2.0 -j2.1; do
fi
luarocks install busted > /dev/null 2>&1
luarocks install copas > /dev/null 2>&1
luarocks install ansicolors > /dev/null 2>&1
# using --dev since the 'defaulLogger' feature hasn't been released yet
luarocks install lualogging --dev > /dev/null 2>&1
if [ -d /usr/lib/x86_64-linux-gnu ]; then
# debian-based OS
[ -f /etc/lsb-release ] && . /etc/lsb-release
Expand Down

0 comments on commit e36f8c6

Please sign in to comment.