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 958d680 commit c895035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ before_script:
- 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 start
- sudo /etc/init.d/postgresql restart


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

0 comments on commit c895035

Please sign in to comment.