diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a4ab373e..3dff97ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,6 +144,9 @@ matrix: - <<: *_docker env: - TEST=addpath_test.py + - <<: *_docker + env: + - TEST=bgp_malformed_msg_handling_test.py cache: pip: true |