aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlfredo Cardigliano <alfredo.cardigliano@gmail.com>2020-10-12 12:11:35 +0200
committerAlfredo Cardigliano <alfredo.cardigliano@gmail.com>2020-10-12 12:11:35 +0200
commit2051e51380e9a54cdaf5e868a6d93d7ed6d42653 (patch)
tree3652fe7f8514784f7a771b1496020c064e6e3755 /.travis.yml
parentc92e0d13fde84b5e8d8c15b45d3ee23bfef816cd (diff)
Decoupled fuzzy and unit tests
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 e77630d19..ddf6c9d37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -197,6 +197,7 @@ script:
#after_script:
- cd tests
- ./do.sh
+ - ./do-unit.sh
#after_success:
#- cd ${TRAVIS_BUILD_DIR}