projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a2515
)
Add erblint to travis
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 6 Mar 2019 10:38:44 +0000
(11:38 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 26 Mar 2019 20:52:43 +0000
(20:52 +0000)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1b99a514375447cc93ad5b9606f3d0063a67c593..9b848200fb127855e839de0d0b7adfbb07dee7f5 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-28,4
+28,5
@@
before_script:
script:
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
+ - bundle exec erblint .
- bundle exec rake test:db