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.
Coverage increased (+39.5%) to 85.556% when pulling eaa93cbf66e9b0ceca660f24f724fc1ead616cff on olleolleolle:travis-bundler-1 into cc5fd43ab4e69878fb31ebd1fc22918e2952b560 on geokit:master.
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 directiveIn addition: This PR removes the no-longer-used Travis setting
sudo: false
. See more at the Travis blog.gemfiles/
: Droptest-unit
duplicates, pick version ofsqlite3
In gemfiles, there as a duplication, now removed.
rails3
gemfile asked for asqlite3
which was not provided.