]> git.openstreetmap.org Git - rails.git/blobdiff - .travis.yml
Add bootstrap classes to markdown tables
[rails.git] / .travis.yml
index 31f4aec537856ac9ed3e2a8bc0de3903f792a79b..77b17cf9dc39a454ead3b479c789593a82216412 100644 (file)
@@ -1,13 +1,14 @@
 dist: bionic
 language: ruby
 rvm:
-  - 2.5.3
+  - 2.7.0
 cache:
   - bundler
 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