Kouhei Sutou
null+****@clear*****
Sun Nov 2 21:03:18 JST 2014
Kouhei Sutou 2014-11-02 21:03:18 +0900 (Sun, 02 Nov 2014) New Revision: afeede0c5d5a91a05b488b17adf7691c0ae5890e https://github.com/droonga/droonga-engine/commit/afeede0c5d5a91a05b488b17adf7691c0ae5890e Message: test: use "serf version" Because Serf 0.6.3 doesn't accept "serf --version". Modified files: .travis.yml test/command/run-test.rb Modified: .travis.yml (+2 -2) =================================================================== --- .travis.yml 2014-11-02 20:56:42 +0900 (6b12d4d) +++ .travis.yml 2014-11-02 21:03:18 +0900 (d6db562) @@ -13,6 +13,6 @@ rvm: before_install: # - GROONGA_MASTER=yes curl --silent --location https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh - curl --silent --location https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh - - curl --location --remote-name https://dl.bintray.com/mitchellh/serf/0.6.0_linux_amd64.zip - - unzip 0.6.0_linux_amd64.zip + - curl --location --remote-name https://dl.bintray.com/mitchellh/serf/0.6.3_linux_amd64.zip + - unzip 0.6.3_linux_amd64.zip - sudo install serf /usr/local/bin/ Modified: test/command/run-test.rb (+1 -1) =================================================================== --- test/command/run-test.rb 2014-11-02 20:56:42 +0900 (e4d3c80) +++ test/command/run-test.rb 2014-11-02 21:03:18 +0900 (a5ca6f0) @@ -19,7 +19,7 @@ require "rbconfig" require "fileutils" def system_serf_exist? - system("serf", "--version", + system("serf", "version", :out => "/dev/null", :err => "/dev/null") end -------------- next part -------------- HTML����������������������������... Download