From: Jason Ish Date: Fri, 21 Dec 2018 14:39:22 +0000 (-0600) Subject: travis: call integration test X-Git-Tag: 1.1.0rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413051a5abdc37c017ec00d105601f518ef32806;p=thirdparty%2Fsuricata-update.git travis: call integration test --- diff --git a/.travis.yml b/.travis.yml index 81c87aa..1554a23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,6 @@ matrix: dist: xenial sudo: true -script: PYTHONPATH=. pytest +script: + - PYTHONPATH=. pytest + - PYTHONPATH=. python ./tests/integration_tests.py diff --git a/CHANGELOG.md b/CHANGELOG.md index f37ab9a..626808c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## unreleased +- Enable integration tests on + Travis-CI. https://redmine.openinfosecfoundation.org/issues/2760 + ## 1.0.3 - 2018-12-21 - Fix enable-source command. https://redmine.openinfosecfoundation.org/issues/2753