geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Travis: Run tests with provided bundler, drop sudo: false setting #150

Closed olleolleolle closed 3 years ago

olleolleolle commented 5 years ago

Use existing Bundler

To try passing the build in CI, this PR tries to run tests with the provided bundle command, instead of trying to install one. Result: This stops the error condition that some of the CI matrix elements could not start building.

Drop sudo: false Travis directive

In addition: This PR removes the no-longer-used Travis setting sudo: false. See more at the Travis blog.

gemfiles/: Drop test-unit duplicates, pick version of sqlite3

In gemfiles, there as a duplication, now removed.

rails3 gemfile asked for a sqlite3 which was not provided.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+39.5%) to 85.556% when pulling eaa93cbf66e9b0ceca660f24f724fc1ead616cff on olleolleolle:travis-bundler-1 into cc5fd43ab4e69878fb31ebd1fc22918e2952b560 on geokit:master.

ryankopf commented 3 years ago

Tests locally work when I merge this, so I'll merge this PR now.