Add haml-lint to travis script
This commit is contained in:
parent
b69eb7d262
commit
681dfb7889
1 changed files with 1 additions and 0 deletions
|
|
@ -25,4 +25,5 @@ before_script:
|
||||||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||||
script:
|
script:
|
||||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||||
|
- 'bundle exec haml-lint app/views'
|
||||||
- 'bundle exec rspec --color --format documentation'
|
- 'bundle exec rspec --color --format documentation'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue