[Groonga-commit] pgroonga/pgroonga at a22816b [master] travis: try to reduce needless build

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 7 07:45:06 JST 2016


Kouhei Sutou	2016-09-07 07:45:06 +0900 (Wed, 07 Sep 2016)

  New Revision: a22816bd0f2b6b0f24e6050bd1598c6562349c23
  https://github.com/pgroonga/pgroonga/commit/a22816bd0f2b6b0f24e6050bd1598c6562349c23

  Message:
    travis: try to reduce needless build

  Modified files:
    .travis.yml

  Modified: .travis.yml (+6 -5)
===================================================================
--- .travis.yml    2016-09-07 07:41:39 +0900 (c9499f8)
+++ .travis.yml    2016-09-07 07:45:06 +0900 (2f5302f)
@@ -3,14 +3,16 @@ notifications:
     - groonga-commit �� lists.sourceforge.jp
 dist: trusty
 language: c
-compiler:
-  - gcc
 matrix:
   include:
     - env: PG_VERSION=9.3
+      compiler:
+        - gcc
       addons:
         postgresql: "9.3"
     - env: PG_VERSION=9.4
+      compiler:
+        - gcc
       addons:
         postgresql: "9.4"
 sudo: required
@@ -19,11 +21,10 @@ 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-${PG_VERSION}
+  - sudo apt-get install -qq -y postgresql-server-Devi-${PG_VERSION}
 before_script:
   - make DEBUG=1
   - sudo make install
 script:
-  - rm -rf sql/jsonb
-  - rm -rf sql/function/flush/jsonb.sql
+  - if [ ${PG_VERSION} = "9.3" ]; then rm -rf sql/jsonb sql/function/flush/jsonb.sql; fi
   - make installcheck || (cat regression.diffs; false)
-------------- next part --------------
HTML����������������������������...
Download 



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