Skip to content

Commit

Permalink
Activate colored output (for CI) on Travis and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tehawk committed Nov 18, 2016
1 parent a5322c2 commit 32ac773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ before_install:
- luarocks install luacov-coveralls

script:
- lua -v -lluacov run_unit_tests.lua --random
- lua run_functional_tests.lua --coverage
- lua -v -lluacov run_unit_tests.lua --random --output color
- lua run_functional_tests.lua --coverage --output color
- luacheck *.lua test/

after_success:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ build: off

test_script:
- cmd: >-
%LUA% -v run_unit_tests.lua --random
%LUA% -v run_unit_tests.lua --random --output color
%LUA% run_functional_tests.lua
%LUA% run_functional_tests.lua --output color

0 comments on commit 32ac773

Please sign in to comment.