X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8773ec6e57bfcd2e3c316ae5bdbb36fec2a3f104..1e03bd31032f80e3bd05253e160614b2b16b647b:/.travis.yml diff --git a/.travis.yml b/.travis.yml index ce0a625ec..77b17cf9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: bionic language: ruby rvm: - - 2.5.3 + - 2.7.0 cache: - bundler addons: @@ -31,6 +31,7 @@ script: - bundle exec rubocop -f fuubar - bundle exec rake eslint - bundle exec erblint . + - bundle exec brakeman -q - bundle exec rake db:structure:dump - sed -e "/idle_in_transaction_session_timeout/d" -e 's/ IMMUTABLE / /' -e "/^--/d" db/structure.sql > db/structure.actual - diff -uw db/structure.expected db/structure.actual