X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dcfe326f6515cc7aeb9c02b7536e69863c60cd01..87127d41e95380236ba7652b14a86059ff6eeedc:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 1b99a5143..a0ed70c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +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