diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3dff97ee..18ddbefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,6 +147,15 @@ matrix: - <<: *_docker env: - TEST=bgp_malformed_msg_handling_test.py +# +# Spell Check +# + - language: python + python: "2.7" + before_install: true + install: pip install scspell3k + script: bash tools/spell-check/scspell.sh + cache: pip: true |