Kouhei Sutou
null+****@clear*****
Thu Feb 27 11:59:12 JST 2014
Kouhei Sutou 2014-02-27 11:59:12 +0900 (Thu, 27 Feb 2014) New Revision: 130bee476ac4f24fbe3800f2b6b0c5ceb8c323af https://github.com/droonga/fluent-plugin-droonga/commit/130bee476ac4f24fbe3800f2b6b0c5ceb8c323af Message: travis: run unit test and command tests separately Modified files: .travis.yml Rakefile Modified: .travis.yml (+4 -0) =================================================================== --- .travis.yml 2014-02-27 11:57:10 +0900 (24d3a74) +++ .travis.yml 2014-02-27 11:59:12 +0900 (01334d6) @@ -1,6 +1,10 @@ notifications: recipients: - groonga-commit �� lists.sourceforge.jp +env: + - DEFAULT_TEST_TASK=test:unit + - DEFAULT_TEST_TASK=test:command:default + - DEFAULT_TEST_TASK=test:command:version1 rvm: - 1.9.3 - 2.0.0 Modified: Rakefile (+3 -2) =================================================================== --- Rakefile 2014-02-27 11:57:10 +0900 (d478bad) +++ Rakefile 2014-02-27 11:59:12 +0900 (80b20e6) @@ -1,6 +1,6 @@ # -*- ruby -*- # -# Copyright (C) 2013 Droonga Project +# Copyright (C) 2013-2014 Droonga Project # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -60,4 +60,5 @@ task :test => [ "test:command:version1", ] -task :default => :test +test_task = ENV["DEFAULT_TEST_TASK"] || "test" +task :default => test_task -------------- next part -------------- HTML����������������������������... 下載