diff --git a/.travis.yml b/.travis.yml index 4d5da0a..0dc8bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,12 +23,11 @@ before_install: - sudo apt-get -y --no-install-recommends install python-scikits-learn=0.14.1-3-cdb2 # Install postgres db and build deps - - sudo apt-get -y install \ - postgresql-9.5 \ - postgresql-server-dev-9.5 \ - postgresql-plpython-9.5 \ - postgresql-9.5-postgis-2.2 \ - postgresql-9.5-postgis-scripts + - sudo apt-get -y install postgresql-9.5 + - sudo apt-get -y install postgresql-server-dev-9.5 + - sudo apt-get -y install postgresql-plpython-9.5 + - sudo apt-get -y install postgresql-9.5-postgis-2.2 + - sudo apt-get -y install postgresql-9.5-postgis-scripts # configure it to accept local connections from postgres - echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \