[Groonga-commit] pgroonga/pgroonga at 78b0100 [master] travis: use PostgreSQL 9.4

Back to archive index

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


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

  New Revision: 78b0100fe07799149686439ea1520ce75b463cc9
  https://github.com/pgroonga/pgroonga/commit/78b0100fe07799149686439ea1520ce75b463cc9

  Message:
    travis: use PostgreSQL 9.4

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -3)
===================================================================
--- .travis.yml    2015-01-18 23:53:29 +0900 (11b4b2c)
+++ .travis.yml    2015-01-19 00:00:08 +0900 (0291f28)
@@ -5,11 +5,11 @@ language: c
 compiler:
   - gcc
   - clang
-# env:
-#   - GROONGA_MASTER=yes
+env:
+  - PG_VERSION=9.4
 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-${PG_VERSION} postgresql-client-${PG_VERSION}
 before_script:
   - make DEBUG=1
   - sudo make install
-------------- next part --------------
HTML����������������������������...
Download 



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