[Groonga-commit] pgroonga/pgroonga at a26199f [master] travis: remove existing PostgreSQL

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 19 00:03:34 JST 2015


Kouhei Sutou	2015-01-19 00:03:34 +0900 (Mon, 19 Jan 2015)

  New Revision: a26199f63fe4c5ad28888491ecd11e7477676026
  https://github.com/pgroonga/pgroonga/commit/a26199f63fe4c5ad28888491ecd11e7477676026

  Message:
    travis: remove existing PostgreSQL

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -0)
===================================================================
--- .travis.yml    2015-01-19 00:00:08 +0900 (0291f28)
+++ .travis.yml    2015-01-19 00:03:34 +0900 (758e6cf)
@@ -9,7 +9,9 @@ env:
   - PG_VERSION=9.4
 install:
   - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
+  - sudo apt-get purge -qq -y postgresql-server
   - sudo apt-get install -qq -y postgresql-server-dev-${PG_VERSION} postgresql-client-${PG_VERSION}
+  - sudo -u postgres -H createuser --superuser $USER
 before_script:
   - make DEBUG=1
   - sudo make install
-------------- next part --------------
HTML����������������������������...
Download 



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