]> git.openstreetmap.org Git - rails.git/blobdiff - .travis.yml
Remove application.yml step from travis config
[rails.git] / .travis.yml
index 8ce7f5f305b317e36df70fe404bd68a2a87e110a..1738201b703035071ca38d7890431eac38ae618d 100644 (file)
@@ -1,7 +1,7 @@
 sudo: false
 language: ruby
 rvm:
-  - 2.3.1
+  - 2.3.3
 cache: bundler
 addons:
   postgresql: 9.5
@@ -14,7 +14,6 @@ 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