X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/88d623b6319c4be9068f018390ad9e18b6eac3ad..a61f852cd2c9fa5f0e3d221590f32bb2403d617b:/vagrant/install-on-travis-ci.sh?ds=sidebyside diff --git a/vagrant/install-on-travis-ci.sh b/vagrant/install-on-travis-ci.sh index 0bbf1cd4..aca3c66f 100755 --- a/vagrant/install-on-travis-ci.sh +++ b/vagrant/install-on-travis-ci.sh @@ -24,9 +24,10 @@ sudo apt-get install -y -qq libboost-dev libboost-system-dev \ sudo apt-get install -y -qq python-Levenshtein python-shapely \ python-psycopg2 tidy python-nose python-tidylib \ - phpunit + python-numpy phpunit sudo -H pip install --quiet 'setuptools>=23.0.0' lettuce==0.2.18 'six>=1.9' haversine +sudo pear install PHP_CodeSniffer sudo service postgresql restart sudo -u postgres createuser -S www-data