From 681dfb7889fa2258b908227820ab5bdfd5584393 Mon Sep 17 00:00:00 2001 From: Agrim Mittal Date: Tue, 25 Apr 2017 21:59:23 +0530 Subject: [PATCH] Add haml-lint to travis script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ae8030b0..0be912e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'