Remove application.yml step from travis config

This commit is contained in:
Andy Allan 2019-03-13 18:41:57 +01:00
parent fd47078b14
commit 25d89a63cb

View file

@ -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