Make travis copy example.application.yml to application.yml

This commit is contained in:
Tom Hughes 2015-09-30 19:56:02 +01:00
parent d1d784bcca
commit 3f93341506

View file

@ -14,6 +14,7 @@ env:
global: global:
- OSM_MEMCACHE_SERVERS="127.0.0.1" - OSM_MEMCACHE_SERVERS="127.0.0.1"
before_script: before_script:
- cp config/example.application.yml config/application.yml
- psql -U postgres -c "CREATE DATABASE openstreetmap" - psql -U postgres -c "CREATE DATABASE openstreetmap"
- psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap - psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
- make -C db/functions libpgosm.so - make -C db/functions libpgosm.so