[Groonga-commit] ranguba/rroonga at 0fc2595 [master] travis: install MeCab to auto Groonga build case

Back to archive index
Kouhei Sutou null+****@clear*****
Wed May 8 10:23:52 JST 2019


Kouhei Sutou	2019-05-08 10:23:52 +0900 (Wed, 08 May 2019)

  Revision: 0fc2595915619018f2c19d2fed0fd1efc3c74c24
  https://github.com/ranguba/rroonga/commit/0fc2595915619018f2c19d2fed0fd1efc3c74c24

  Message:
    travis: install MeCab to auto Groonga build case

  Modified files:
    .travis.yml

  Modified: .travis.yml (+5 -0)
===================================================================
--- .travis.yml    2019-05-08 10:01:18 +0900 (7f99b851)
+++ .travis.yml    2019-05-08 10:23:52 +0900 (bf71cbdd)
@@ -16,6 +16,11 @@ matrix:
       rvm: 2.6
       env:
         - INSTALL_GROONGA=no
+      addons:
+        apt:
+          packages:
+            - libmecab-dev
+            - mecab-naist-jdic
 before_install:
   - |
     if [ "${INSTALL_GROONGA}" != "no" ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190508/2d410275/attachment.html>


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