]> git.openstreetmap.org Git - rails.git/blobdiff - .travis.yml
Add some extra indexes on issues
[rails.git] / .travis.yml
index 8c09cc439edbafae4101d57741cdd29f031f351b..8ae3d114173e5e40050e84e056d8b9997b8845ae 100644 (file)
@@ -15,6 +15,8 @@ env:
     - OSM_MEMCACHE_SERVERS="127.0.0.1"
 before_script:
   - cp config/example.application.yml config/application.yml
+  - ruby -C lib/quad_tile extconf.rb
+  - make -C lib/quad_tile
   - psql -U postgres -c "CREATE DATABASE openstreetmap"
   - psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
   - make -C db/functions libpgosm.so
@@ -28,4 +30,3 @@ script:
   - bundle exec rubocop -f fuubar
   - bundle exec rake jshint
   - bundle exec rake test:db
-  - bundle exec rake test:system