Skip to content

Commit

Permalink
remove postgres client
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Oct 20, 2018
1 parent 7b41022 commit be1cf88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ before_install:
- sudo apt-get install realpath -y
- sudo apt-get purge 'postgresql-*' -y
- sudo apt-get autoremove 'postgresql-*' -y
- echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" | sudo tee -a /etc/apt/sources.list
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
- sudo apt-get update -qq
- sudo apt-get install postgresql-client-10 -y
- sudo chmod +x ./scripts/*.sh
- sudo ./scripts/gdal.sh
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit be1cf88

Please sign in to comment.