diff options
author | Zied Aouini <aouinizied@gmail.com> | 2020-11-16 21:17:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 21:17:16 +0100 |
commit | 3d8fd42307fba1f4dd7272efa14d024c15c008e0 (patch) | |
tree | 2a718e9346537468a229a222a9656df06fb70b47 /.travis.yml | |
parent | 76bb83085b6f20e280da9e63cf5e867669ddb007 (diff) |
Implement DGA detection performances tracking workflow. (#1064)
* Implement dga evaluation helper.
* Add test set for DGA classification.
* Add DGA classification performances tracking as part of Travis.
* Add DGA evaluation doc.
* Fix CI on OSX.
* Add missing backquote.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2448ef565..bf1128123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -205,6 +205,7 @@ script: - cd tests - ./do.sh - ./do-unit.sh + - ./do-dga.sh #after_success: #- cd ${TRAVIS_BUILD_DIR} |