X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e14b1106ec0e7578e0165b905d75da1928e2beb..e7ab3de654be6d0d1877eaf031baffa66bc1ed24:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 3b56d2b4b..1738201b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ env: global: - OSM_MEMCACHE_SERVERS="127.0.0.1" before_script: - - cp config/example.application.yml config/application.yml - psql -U postgres -c "CREATE DATABASE openstreetmap" - psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap - make -C db/functions libpgosm.so