Kouhei Sutou
null+****@clear*****
Wed Sep 7 07:53:39 JST 2016
Kouhei Sutou 2016-09-07 07:53:39 +0900 (Wed, 07 Sep 2016) New Revision: 83df205befd6a3c47d47abeec5db00caa6e7553e https://github.com/pgroonga/pgroonga/commit/83df205befd6a3c47d47abeec5db00caa6e7553e Message: travis: try to add 9.5 Modified files: .travis.yml Modified: .travis.yml (+9 -4) =================================================================== --- .travis.yml 2016-09-07 07:49:26 +0900 (e856929) +++ .travis.yml 2016-09-07 07:53:39 +0900 (c742aa2) @@ -6,15 +6,20 @@ language: c matrix: include: - env: PG_VERSION=9.3 - compiler: - - gcc + # compiler: + # - gcc addons: postgresql: "9.3" - env: PG_VERSION=9.4 - compiler: - - gcc + # compiler: + # - gcc addons: postgresql: "9.4" + - env: PG_VERSION=9.5 + # compiler: + # - gcc + addons: + postgresql: "9.5" sudo: required # env: # - GROONGA_MASTER=yes -------------- next part -------------- HTML����������������������������...Download