[Groonga-commit] ranguba/rroonga at 00a92a7 [master] travis: use if

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 7 18:55:27 JST 2015


Kouhei Sutou	2015-10-07 18:55:27 +0900 (Wed, 07 Oct 2015)

  New Revision: 00a92a7de9cda26de75103fb211d6c858c02189b
  https://github.com/ranguba/rroonga/commit/00a92a7de9cda26de75103fb211d6c858c02189b

  Message:
    travis: use if

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -1)
===================================================================
--- .travis.yml    2015-10-07 18:37:23 +0900 (6e89e04)
+++ .travis.yml    2015-10-07 18:55:27 +0900 (0e8f348)
@@ -15,4 +15,6 @@ env:
 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
+    if [ "${GROONGA_MASTER}" != "yes" ]; then
+      sudo apt-get -qq -y install groonga-tokenizer-mecab
+    fi
-------------- next part --------------
HTML����������������������������...
Download 



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