[Groonga-commit] ranguba/rroonga at 63488a9 [master] travis: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 3 10:51:54 JST 2015


Kouhei Sutou	2015-04-03 10:51:54 +0900 (Fri, 03 Apr 2015)

  New Revision: 63488a9f5411833d5740b2573bcdbc9d6a5f662d
  https://github.com/ranguba/rroonga/commit/63488a9f5411833d5740b2573bcdbc9d6a5f662d

  Message:
    travis: fix syntax error

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -1)
===================================================================
--- .travis.yml    2015-04-02 21:20:18 +0900 (f00953c)
+++ .travis.yml    2015-04-03 10:51:54 +0900 (b59569b)
@@ -15,4 +15,5 @@ rvm:
 #     - rvm: 2.1.0
 before_install:
   - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
-  - [ "${GROONGA_MASTER}" != "yes" ] && sudo apt-get -qq -y install groonga-tokenizer-mecab
+  - |
+    [ "${GROONGA_MASTER}" != "yes" ] && sudo apt-get -qq -y install groonga-tokenizer-mecab
-------------- next part --------------
HTML����������������������������...
Descargar 



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