Navigation Menu

Skip to content

Commit

Permalink
travis: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent f75d5e7 commit 8fd7f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ env:
- PG_VERSION=9.4
install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- apt-cache search postgresql
- dpkg -l | grep postgresql
- 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
Expand Down

0 comments on commit 8fd7f8d

Please sign in to comment.