X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aed17d1b16dd7a459d4b331f5d7a2b5d002f602f..62dff6ab7ff94c38b19208dd1423ad0be5cb9dcf:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 9b848200f..a0ed70c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,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