From 7f89d4e8bf1a8656dee77cc606c53b3a35e4651a Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 27 Jul 2017 00:28:12 +0900 Subject: Use File::NULL instead of "/dev/null" --- ci/travis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index 6e002d4a5b..8339e0d08b 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -14,7 +14,7 @@ commands = [ ] commands.each do |command| - system("#{command} > /dev/null 2>&1") + system(command, [1, 2] => File::NULL) end class Build -- cgit v1.2.3