[Groonga-commit] pgroonga/pgroonga at 9473e08 [master] .travis: use block style

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Sep 7 07:46:42 JST 2016


Kouhei Sutou	2016-09-07 07:46:42 +0900 (Wed, 07 Sep 2016)

  New Revision: 9473e0855f637c503650e404cd9de10b2cf49578
  https://github.com/pgroonga/pgroonga/commit/9473e0855f637c503650e404cd9de10b2cf49578

  Message:
    .travis: use block style

  Modified files:
    .travis.yml

  Modified: .travis.yml (+5 -1)
===================================================================
--- .travis.yml    2016-09-07 07:45:06 +0900 (2f5302f)
+++ .travis.yml    2016-09-07 07:46:42 +0900 (c7a6f11)
@@ -26,5 +26,9 @@ before_script:
   - make DEBUG=1
   - sudo make install
 script:
-  - if [ ${PG_VERSION} = "9.3" ]; then rm -rf sql/jsonb sql/function/flush/jsonb.sql; fi
+  - |
+    if [ ${PG_VERSION} = "9.3" ]; then
+      rm -rf sql/jsonb
+      rm -rf sql/function/flush/jsonb.sql
+    fi
   - make installcheck || (cat regression.diffs; false)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る