Add HAML linting to the CI process

This commit is contained in:
gregoirenovel 2017-04-06 18:25:47 +02:00
parent c54f95ecbb
commit 0c41509d70

View file

@ -3,6 +3,11 @@ database:
- cp config/database.yml.ci config/database.yml
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
test:
override:
- bundle exec rspec
- bundle exec haml-lint app/views/
deployment:
staging:
branch: staging