Make travis copy example.application.yml to application.yml
This commit is contained in:
parent
d1d784bcca
commit
3f93341506
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue