|
Ran
|
Jobs
5
|
Files
69
|
Run time
1min
|
Badge
README BADGES
|
push
travis-ci
Allow passing version of connected db in configuration file (#1993) * # This is a combination of 3 commits. # The first commit's message is: Allow passing config.version variable to knex instead of parsing the DB version from string returned form DB server. This makes it possible to connect custom databases which are compatible with an official database of certain version. # The 2nd commit message will be skipped: # Update checkVersion # # To use `const` instead of `let` to fix lint error # The 3rd commit message will be skipped: # Revert "Update checkVersion" # # This reverts commit 248907dec. * Allow passing config.version variable to knex instead of parsing the DB version from string returned form DB server. This makes it possible to connect custom databases which are compatible with an official database of certain version.
6904 of 7732 relevant lines covered (89.29%)
2067.97 hits per line