X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3eb6d15db179a7666867124f1c65651d26496d9b..b9ae40d9784725b75e5b52f55659c80326656d8f:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8ef7d5781..8e61677fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ -sudo: false +dist: xenial language: ruby rvm: - 2.5.3 -cache: bundler +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