[Groonga-commit] groonga/fluent-plugin-groonga-query-log at d751fb7 [master] travis: update

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Jan 9 13:45:49 JST 2019


Kouhei Sutou	2019-01-09 13:45:49 +0900 (Wed, 09 Jan 2019)

  Revision: d751fb784d065c98604d2d1ef52da5d64248dab8
  https://github.com/groonga/fluent-plugin-groonga-query-log/commit/d751fb784d065c98604d2d1ef52da5d64248dab8

  Message:
    travis: update

  Added files:
    gemfiles/fluentd-0.12.gemfile
  Modified files:
    .travis.yml

  Modified: .travis.yml (+11 -5)
===================================================================
--- .travis.yml    2017-07-14 11:21:51 +0900 (960afd2)
+++ .travis.yml    2019-01-09 13:45:49 +0900 (7e75022)
@@ -1,7 +1,13 @@
 notifications:
-  recipients:
-    - groon****@lists*****
+  webhooks:
+    - https://webhook.commit-email.info/
+
 rvm:
-  - 2.0
-  - 2.1
-  - 2.2
+  - 2.3.8
+  - 2.4.5
+  - 2.5.3
+  - 2.6
+
+gemfile:
+  - gemfiles/fluentd-0.12.gemfile
+  - Gemfile

  Added: gemfiles/fluentd-0.12.gemfile (+22 -0) 100644
===================================================================
--- /dev/null
+++ gemfiles/fluentd-0.12.gemfile    2019-01-09 13:45:49 +0900 (57ee1e2)
@@ -0,0 +1,22 @@
+# -*- mode: ruby -*-
+#
+# Copyright (C) 2018  Kouhei Sutou <kou****@clear*****>
+#
+# This library is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
+
+source "https://rubygems.org/"
+
+gemspec path: ".."
+
+gem "fluentd", "< 0.14"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190109/7592dec3/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index