Add haml-lint to travis script

This commit is contained in:
Agrim Mittal 2017-04-25 21:59:23 +05:30
parent b69eb7d262
commit 681dfb7889

View file

@ -25,4 +25,5 @@ before_script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- 'bundle exec rubocop -Dc .rubocop.yml'
- 'bundle exec haml-lint app/views'
- 'bundle exec rspec --color --format documentation'