]> git.openstreetmap.org Git - rails.git/blobdiff - .travis.yml
Add bootstrap classes to markdown tables
[rails.git] / .travis.yml
index ce0a625ec42b50adc741fb96d1952b37845a79c0..77b17cf9dc39a454ead3b479c789593a82216412 100644 (file)
@@ -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