[Groonga-commit] pgroonga/pgroonga at 5324748 [master] ci: use the latest PostgreSQL

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 9 21:56:15 JST 2017


Kouhei Sutou	2017-10-09 21:56:15 +0900 (Mon, 09 Oct 2017)

  New Revision: 53247484bd17673b9f98dc94dd28d47162861565
  https://github.com/pgroonga/pgroonga/commit/53247484bd17673b9f98dc94dd28d47162861565

  Message:
    ci: use the latest PostgreSQL

  Modified files:
    .travis.yml
    appveyor.yml

  Modified: .travis.yml (+16 -6)
===================================================================
--- .travis.yml    2017-10-09 21:35:47 +0900 (49d72d5)
+++ .travis.yml    2017-10-09 21:56:15 +0900 (0be33a2)
@@ -6,18 +6,28 @@ dist: trusty
 language: c
 matrix:
   include:
-    - env: PG_VERSION=9.3
+    - env:
+        PG_VERSION: 9.3
       addons:
         postgresql: "9.3"
-    - env: PG_VERSION=9.4
+    - env:
+        PG_VERSION: 9.4
       addons:
         postgresql: "9.4"
-    - env: PG_VERSION=9.5
+    - env:
+        PG_VERSION: 9.5
       addons:
         postgresql: "9.5"
-    - env: PG_VERSION=9.6
+    - env:
+        PG_VERSION: 9.6
+        WAL_SUPPORTED: "yes"
       addons:
         postgresql: "9.6"
+    - env:
+        PG_VERSION: 10.0
+        WAL_SUPPORTED: "yes"
+      addons:
+        postgresql: "10.0"
 sudo: required
 # env:
 #   - GROONGA_MASTER=yes
@@ -26,7 +36,7 @@ install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq -y postgresql-server-dev-${PG_VERSION} libmsgpack-dev groonga-token-filter-stem
   - |
-    if [ ${PG_VERSION} = "9.6" ]; then
+    if [ "${WAL_SUPPORTED}" = "yes" ]; then
       rvm use 2.3.3 --install --binary --fuzzy
       gem install test-unit
     fi
@@ -69,7 +79,7 @@ script:
         SETUP_TMP_DIR=no \
         EXTRA_REGRESS_OPTS="--launcher=$(pwd)/test/short-pgappname"
   - |
-    if [ ${PG_VERSION} = "9.6" ]; then
+    if [ "${WAL_SUPPORTED}" = "yes" ]; then
       test/run-test.rb
     fi
 after_failure:

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2017-10-09 21:35:47 +0900 (7ecfcdf)
+++ appveyor.yml    2017-10-09 21:56:15 +0900 (0da3988)
@@ -1,8 +1,8 @@
 version: "{build}"
 clone_depth: 10
 environment:
-  POSTGRESQL_VERSION: 9.6.2-3
-  GROONGA_VERSION: 6.1.1
+  POSTGRESQL_VERSION: 10.0-1
+  GROONGA_VERSION: 7.0.7
 notifications:
   - provider: Email
     to:
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171009/d6a6afed/attachment-0001.htm 



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