Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jul 2, 2018
1 parent f60f36c commit 6be6780
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ before_script:
- 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 chmod 644 /etc/postgresql/$PG_VERSION/main/pg_hba.conf
- sudo cp ci/pg_hba.conf /etc/postgresql/$PG_VERSION/main/pg_hba.conf
- sudo cat /etc/postgresql/$PG_VERSION/main/pg_hba.conf
- sudo cat /etc/postgresql/$PG_VERSION/main/postgresql.conf
- sudo find / -name pg_hba.conf
- sudo /etc/init.d/postgresql reload


script:
- env
- make
- sudo make install
- PGUSER=postgres PGPORT=5432 make installcheck || (cat regression.diffs && /bin/false)
Expand Down

0 comments on commit 6be6780

Please sign in to comment.