X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9e929de53091ab5db24be602546e525a72548dbd..549acfa918c04fa20b3386fece25ce69b3565519:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8c09cc439..8ae3d1141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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