Skip to content

Commit

Permalink
[ci] Add haml-lint to Travis
Browse files Browse the repository at this point in the history
Run haml_lint rake task in Travis to ensure that no haml style offenses are
introduced.
  • Loading branch information
Ana06 committed Mar 29, 2017
1 parent c6765ba commit 9a28b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ script:
dist: trusty
sudo: required
env:
- TEST_SUITE=haml
- TEST_SUITE=rspec
- TEST_SUITE=api
- TEST_SUITE=webui
Expand Down
3 changes: 3 additions & 0 deletions dist/ci/travis_script.sh
Expand Up @@ -35,6 +35,9 @@ if test -z "$SUBTEST"; then
rspec)
bundle exec rspec
;;
haml)
bundle exec rake haml_lint
;;
jshint)
jshint .
;;
Expand Down

0 comments on commit 9a28b23

Please sign in to comment.