Navigation Menu

Skip to content

Commit

Permalink
travis: remove existing PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent 78b0100 commit a26199f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,7 +9,9 @@ env:
- PG_VERSION=9.4
install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- sudo apt-get purge -qq -y postgresql-server
- sudo apt-get install -qq -y postgresql-server-dev-${PG_VERSION} postgresql-client-${PG_VERSION}
- sudo -u postgres -H createuser --superuser $USER
before_script:
- make DEBUG=1
- sudo make install
Expand Down

0 comments on commit a26199f

Please sign in to comment.