X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5a5aa5f880ba1ccb3d610e8da8bd9ece4b11c77b..8ad1ce97983a5d4fb86ccb8ee4cd640a76f95255:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 1b99a5143..8e61677fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ -sudo: false +dist: xenial language: ruby rvm: - - 2.5.1 -cache: bundler + - 2.5.3 +cache: + - bundler addons: postgresql: 9.5 apt: @@ -27,5 +28,6 @@ before_script: - bundle exec rake i18n:js:export script: - bundle exec rubocop -f fuubar - - bundle exec rake jshint + - bundle exec rake eslint:run_all + - bundle exec erblint . - bundle exec rake test:db