Navigation Menu

Skip to content

Commit

Permalink
travis: use PostgreSQL 9.3 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent 81cd8c3 commit f9ac7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ addons:
postgresql: "9.3"
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-9.3
before_script:
- make DEBUG=1
- sudo make install
Expand Down

0 comments on commit f9ac7df

Please sign in to comment.