X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce8c388debf7f8caf467c5573fdc0610964bd8d8..784d4ca03d1c8916c94dd8528c54c60ce4b0967a:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 9b848200f..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,6 +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