X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bb11f892a0350dd3deabe938690bb126821d5d0..fa593d886557a4f67b1368a1723deec278689acc:/.travis.yml diff --git a/.travis.yml b/.travis.yml index e4f739093..6c41bc8b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 1.9.3 + - 2.1.8 cache: bundler addons: postgresql: 9.1 @@ -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