Kouhei Sutou
null+****@clear*****
Mon Sep 28 18:09:33 JST 2015
Kouhei Sutou 2015-09-28 18:09:33 +0900 (Mon, 28 Sep 2015) New Revision: f0e5a8fa98f270141d80cf8799c904e5a2327a03 https://github.com/pgroonga/pgroonga/commit/f0e5a8fa98f270141d80cf8799c904e5a2327a03 Message: Use Groonga 5.0.8 Modified files: .travis.yml Makefile Rakefile Modified: .travis.yml (+2 -2) =================================================================== --- .travis.yml 2015-09-27 18:42:47 +0900 (639d66b) +++ .travis.yml 2015-09-28 18:09:33 +0900 (341f861) @@ -7,8 +7,8 @@ compiler: addons: postgresql: "9.3" sudo: required -env: - - GROONGA_MASTER=yes +# env: +# - GROONGA_MASTER=yes install: - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh - sudo apt-get update -qq Modified: Makefile (+1 -1) =================================================================== --- Makefile 2015-09-27 18:42:47 +0900 (73caae9) +++ Makefile 2015-09-28 18:09:33 +0900 (da99112) @@ -1,4 +1,4 @@ -REQUIRED_GROONGA_VERSION = 5.0.7 # TODO: Update to 5.0.8 +REQUIRED_GROONGA_VERSION = 5.0.8 GROONGA_PKG = "groonga >= $(REQUIRED_GROONGA_VERSION)" MODULE_big = pgroonga Modified: Rakefile (+1 -1) =================================================================== --- Rakefile 2015-09-27 18:42:47 +0900 (56e73fb) +++ Rakefile 2015-09-28 18:09:33 +0900 (ea0c76e) @@ -3,7 +3,7 @@ require "open-uri" require "octokit" -latest_groonga_version = "5.0.7" +latest_groonga_version = "5.0.8" windows_postgresql_version = "9.4.2-1" package = "pgroonga" -------------- next part -------------- HTML����������������������������...Download