aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2020-11-16 21:17:16 +0100
committerGitHub <noreply@github.com>2020-11-16 21:17:16 +0100
commit3d8fd42307fba1f4dd7272efa14d024c15c008e0 (patch)
tree2a718e9346537468a229a222a9656df06fb70b47 /.travis.yml
parent76bb83085b6f20e280da9e63cf5e867669ddb007 (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.yml1
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}