Skip to content

Commit

Permalink
[fix] change postgresql port back to default value when running CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hemache committed Nov 11, 2020
1 parent 191209b commit a52ae4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
- sudo apt-get update -q
- sudo apt-get install binutils libproj-dev gdal-bin -y
- sudo cat /var/log/postgresql/postgresql-12-main.log
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/12/main/postgresql.conf
- sudo systemctl restart postgresql@12-main
- sudo cat /var/log/postgresql/postgresql-12-main.log
- pip install -U pip setuptools wheel
- pip install -U -r requirements-test.txt
install:
Expand Down

0 comments on commit a52ae4b

Please sign in to comment.