Add HAML linting to the CI process
This commit is contained in:
parent
c54f95ecbb
commit
0c41509d70
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ database:
|
||||||
- cp config/database.yml.ci config/database.yml
|
- cp config/database.yml.ci config/database.yml
|
||||||
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
|
- 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:
|
deployment:
|
||||||
staging:
|
staging:
|
||||||
branch: staging
|
branch: staging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue