Skip to content

Commit

Permalink
Travis: Correct Linux dependencies so that PostgreSQL is found by CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 28, 2020
1 parent 0496149 commit c6d6358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/travis/common.sh
Expand Up @@ -22,7 +22,7 @@ install_linux_deps() {
sudo apt-get install libirrlicht-dev cmake libbz2-dev libpng-dev \
libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev \
libhiredis-dev libogg-dev libgmp-dev libvorbis-dev libopenal-dev \
gettext libpq-dev libpqtypes-dev libleveldb-dev
gettext libpq-dev postgresql-server-dev-all libleveldb-dev
}

# Mac OSX build only
Expand Down

0 comments on commit c6d6358

Please sign in to comment.