Skip to content

Commit

Permalink
Add "lint-whitespace" to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed Dec 14, 2018
1 parent 995c51b commit 4c83411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -81,6 +81,9 @@ install:
- make lint-plugins || true
# check for potential spelling mistakes
- make lint-spelling
# check for whitespace issues
- make lint-whitespace

script:
- cover -test -report coveralls

Expand Down

0 comments on commit 4c83411

Please sign in to comment.