X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/928465764e52407884b35e31a08bf9241e651269..f17a83992d44dc0dcf373c27552bc66bd9bca17d:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 31f4aec53..6acf89e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: postgresql: 9.5 apt: packages: + - firefox-geckodriver - libarchive-dev - libgd-dev - libffi-dev @@ -30,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