- psql -U postgres -c "CREATE DATABASE openstreetmap"
- psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
- make -C db/functions libpgosm.so
- psql -U postgres -c "CREATE DATABASE openstreetmap"
- psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
- make -C db/functions libpgosm.so
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- bundle exec rake test:db
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- bundle exec rake test:db