You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/09 22:20:28 UTC

svn commit: r1530780 - /buildr/trunk/spec/core/console_spec.rb

Author: donaldp
Date: Wed Oct  9 20:20:28 2013
New Revision: 1530780

URL: http://svn.apache.org/r1530780
Log:
Disable test under travis

Modified:
    buildr/trunk/spec/core/console_spec.rb

Modified: buildr/trunk/spec/core/console_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/core/console_spec.rb?rev=1530780&r1=1530779&r2=1530780&view=diff
==============================================================================
--- buildr/trunk/spec/core/console_spec.rb (original)
+++ buildr/trunk/spec/core/console_spec.rb Wed Oct  9 20:20:28 2013
@@ -21,7 +21,7 @@ describe Buildr::Console do
 
     it 'should return a value' do
       Buildr::Console.console_dimensions.should_not be_nil
-    end if $stdout.isatty
+    end if $stdout.isatty && !ENV["TRAVIS"]
   end
 
   describe 'color' do