Skip to content

Commit

Permalink
add cpplint of spot to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchapman authored and miguelsousa committed Aug 18, 2018
1 parent dd6635b commit 9807931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -43,6 +43,7 @@ before_build:
- cpplint --recursive --quiet c\mergefonts
- cpplint --recursive --quiet c\public
- cpplint --recursive --quiet c\rotatefont
- cpplint --recursive --quiet c\spot
- cpplint --recursive --quiet c\tx
- cpplint --recursive --quiet c\type1

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -60,6 +60,7 @@ matrix:
- cpplint --recursive --quiet c/mergefonts
- cpplint --recursive --quiet c/public
- cpplint --recursive --quiet c/rotatefont
- cpplint --recursive --quiet c/spot
- cpplint --recursive --quiet c/tx
- cpplint --recursive --quiet c/type1
script:
Expand Down

0 comments on commit 9807931

Please sign in to comment.