Kouhei Sutou
null+****@clear*****
Tue Jun 20 13:58:53 JST 2017
Kouhei Sutou 2017-06-20 13:58:53 +0900 (Tue, 20 Jun 2017) New Revision: 196990652d6878da12715f36ab6fa676ab6eaad6 https://github.com/pgroonga/pgroonga/commit/196990652d6878da12715f36ab6fa676ab6eaad6 Message: test: "jsonb -" is available since 9.5 Modified files: .travis.yml Modified: .travis.yml (+13 -6) =================================================================== --- .travis.yml 2017-06-20 12:57:40 +0900 (dcda07c) +++ .travis.yml 2017-06-20 13:58:53 +0900 (30d7efd) @@ -35,12 +35,19 @@ before_script: - sudo make install script: - | - if [ ${PG_VERSION} = "9.3" ]; then - rm -rf sql/jsonb - rm -rf sql/function/flush/jsonb.sql - rm -rf sql/reindex/analyze.sql - rm -rf sql/groonga-function/tuple-is-alive/ - fi + case ${PG_VERSION} in + 9.3) + rm -rf sql/jsonb + rm -rf sql/function/flush/jsonb.sql + rm -rf sql/reindex/analyze.sql + rm -rf sql/groonga-function/tuple-is-alive/ + rm -rf sql/groonga-function/tuple-is-alive/ + rm -rf sql/term-search/text/options/tokenizer/ignored.sql + ;; + 9.4) + rm -rf sql/term-search/text/options/tokenizer/ignored.sql + ;; + esac - sudo -u postgres -H mkdir -p /tmp/space - make installcheck TMP_DIR=/tmp SETUP_TMP_DIR=no - | -------------- next part -------------- HTML����������������������������...Download