summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-09-06 17:29:10 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-09-07 00:06:36 +0300
commit20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5 (patch)
tree52b3be4349782d79685c29c35e4dc99cdc39ba48 /.travis.yml
parentd45ee2f31a8358db0accde2e7c81777cedadc3c2 (diff)
downloadsystemd-20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5.tar.gz
travis: switch to the latest version of the fuzzit CLI
I was informed that fuzzit-1.1 is going to be deprecated soon. Generally the latest version isn't recommened because it's still in beta and theoretically might be backwards incompatible but let's try rolling forward to avoid PRs like this going forward. We can always roll it back :-)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d46e2be6f7..962790b581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,16 +100,16 @@ jobs:
after_script:
- $CI_MANAGERS/debian.sh CLEANUP
- - stage: Fuzzit-Sanity
- name: Continuous Fuzzing Sanity via Fuzzit (sanity)
+ - stage: Fuzzit-Regression
+ name: Continuous Fuzzing via Fuzzit (regression)
language: bash
script:
- set -e
- - $CI_MANAGERS/fuzzit.sh sanity
+ - $CI_MANAGERS/fuzzit.sh regression
- set +e
- stage: Fuzzit-Fuzzing
- name: Continuous Fuzzing Sanity via Fuzzit (fuzzing daily)
+ name: Continuous Fuzzing via Fuzzit (fuzzing daily)
language: bash
script:
- set -e