Skip to content

Commit

Permalink
Try to be more clear on CI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Nov 8, 2018
1 parent dff5172 commit 6583237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_script:
- apt-key adv --fetch-keys https://www.postgresql.org/media/keys/ACCC4CF8.asc
- sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main $PG_VERSION"
- sudo apt-get update -qq
- sudo apt-get -y install postgresql-$PG_VERSION postgresql-server-dev-$PG_VERSION
- sudo apt-get -y install postgresql-$PG_VERSION postgresql-client-$PG_VERSION postgresql-server-dev-$PG_VERSION
- sudo cp ci/pg_hba.conf /etc/postgresql/$PG_VERSION/main/pg_hba.conf
- sudo /etc/init.d/postgresql reload

Expand Down

0 comments on commit 6583237

Please sign in to comment.