[Groonga-commit] pgroonga/pgroonga at 1e9275d [master] travis: Be quiet

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 11 20:19:23 JST 2015


Kouhei Sutou	2015-02-11 20:19:23 +0900 (Wed, 11 Feb 2015)

  New Revision: 1e9275df348826346824bc94fd31b151d4ba48f5
  https://github.com/pgroonga/pgroonga/commit/1e9275df348826346824bc94fd31b151d4ba48f5

  Message:
    travis: Be quiet

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2015-02-11 20:06:51 +0900 (bfbdf3b)
+++ data/travis/setup.sh    2015-02-11 20:19:23 +0900 (35a5dcf)
@@ -13,7 +13,7 @@ pg_version=$(ruby -r yaml \
 
 if [ -n "${pg_version}" ]; then
   sudo apt-get install -qq -y postgresql-server-dev-${pg_version}
-  git clone --recursive --depth 1 https://github.com/pgroonga/pgroonga.git
+  git clone --quiet --recursive --depth 1 https://github.com/pgroonga/pgroonga.git
   cd pgroonga
   make > /dev/null
   sudo make install > /dev/null
-------------- next part --------------
HTML����������������������������...
Download 



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