Navigation Menu

Skip to content

Commit

Permalink
travis: use PostgreSQL 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent 9ab2250 commit 78b0100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,11 +5,11 @@ language: c
compiler:
- gcc
- clang
# env:
# - GROONGA_MASTER=yes
env:
- PG_VERSION=9.4
install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- sudo apt-get install -qq -y postgresql-server-dev-all
- sudo apt-get install -qq -y postgresql-server-dev-${PG_VERSION} postgresql-client-${PG_VERSION}
before_script:
- make DEBUG=1
- sudo make install
Expand Down

0 comments on commit 78b0100

Please sign in to comment.