[Groonga-commit] pgroonga/pgroonga at 9f03009 [master] travis: drop 9.4 related code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 7 07:40:25 JST 2016


Kouhei Sutou	2016-09-07 07:40:25 +0900 (Wed, 07 Sep 2016)

  New Revision: 9f030094ebbf75ba576fe1b3b058d7a7733eeb70
  https://github.com/pgroonga/pgroonga/commit/9f030094ebbf75ba576fe1b3b058d7a7733eeb70

  Message:
    travis: drop 9.4 related code

  Modified files:
    .travis.yml

  Modified: .travis.yml (+5 -3)
===================================================================
--- .travis.yml    2016-09-07 07:32:55 +0900 (7fe0bd5)
+++ .travis.yml    2016-09-07 07:40:25 +0900 (c9499f8)
@@ -7,9 +7,11 @@ compiler:
   - gcc
 matrix:
   include:
-    - addons:
+    - env: PG_VERSION=9.3
+      addons:
         postgresql: "9.3"
-    - addons:
+    - env: PG_VERSION=9.4
+      addons:
         postgresql: "9.4"
 sudo: required
 # env:
@@ -17,7 +19,7 @@ sudo: required
 install:
   - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
   - sudo apt-get update -qq
-  - sudo apt-get install -qq -y postgresql-server-dev-9.4
+  - sudo apt-get install -qq -y postgresql-server-dev-${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