1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-25 17:31:36 +01:00

Added .travis.yml to config travis build properly

This commit is contained in:
Greg Williams
2014-07-29 14:47:42 -04:00
parent b5050c6ed3
commit 3d8e4afb5f
2 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class ColourCommandLine
if RUBY_PLATFORM =~/(win|w)32$/
get_std_handle = Win32API.new("kernel32", "GetStdHandle", ['L'], 'L')
@set_console_txt_attrb =
Win32API.new("kernel32","SetConsoleTextAttribute",['L','N'], 'I')
Win32API.new("kernel32","SetConsoleTextAttribute",['L','N'], 'I')
@hout = get_std_handle.call(-11)
end
end