X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d1d784bccad962ef23ce55f166aff7f34deba72b..3f93341506abe271b1566fc88463781e0fc81d75:/.travis.yml diff --git a/.travis.yml b/.travis.yml index e4f739093..1af422452 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ 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