Remove application.yml step from travis config
This commit is contained in:
parent
fd47078b14
commit
25d89a63cb
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ 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