[Groonga-commit] pgroonga/pgroonga at f9ac7df [master] travis: use PostgreSQL 9.3 explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 19 00:28:18 JST 2015


Kouhei Sutou	2015-01-19 00:28:18 +0900 (Mon, 19 Jan 2015)

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

  Message:
    travis: use PostgreSQL 9.3 explicitly

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2015-01-19 00:27:53 +0900 (bf75395)
+++ .travis.yml    2015-01-19 00:28:18 +0900 (bfa5eb8)
@@ -9,7 +9,7 @@ addons:
   postgresql: "9.3"
 install:
   - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
-  - sudo apt-get install -qq -y postgresql-server-dev-all
+  - sudo apt-get install -qq -y postgresql-server-dev-9.3
 before_script:
   - make DEBUG=1
   - sudo make install
-------------- next part --------------
HTML����������������������������...
Download 



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