diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..6531e7adc938488335d8225704b5f228072d311d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: ruby +rvm: + - "1.9.3" + - "2.0.0" +install: + - bundle install +script: + - bundle exec rake ci diff --git a/auto/colour_prompt.rb b/auto/colour_prompt.rb index d7e39b54605e25ec5654d3eec025c59fa4468c9d..8adab6e61aad19af618b0ba7f611be174b2cad8e 100644 --- a/auto/colour_prompt.rb +++ b/auto/colour_prompt.rb @@ -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