]> git.openstreetmap.org Git - rails.git/blobdiff - .travis.yml
Update image_optim and disable cleanupIDs plugin
[rails.git] / .travis.yml
index e4f7390936762ad0c41a3abd09aa2350f2d6393f..1af42245277b028b42beee4c463596c2500d8769 100644 (file)
@@ -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