projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace jshint with eslint
[rails.git]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index 9b848200fb127855e839de0d0b7adfbb07dee7f5..a0ed70c19601565c24634c0e5ecbc6f2bc34757f 100644
(file)
--- 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