Navigation Menu

Skip to content

Commit

Permalink
travis: remove specific existing PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent a26199f commit b264b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ 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 purge -qq -y postgresql-server-9.1
- sudo apt-get install -qq -y postgresql-server-dev-${PG_VERSION} postgresql-client-${PG_VERSION}
- sudo -u postgres -H createuser --superuser $USER
before_script:
Expand Down

0 comments on commit b264b31

Please sign in to comment.