diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-09-06 19:29:10 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-09-06 23:06:36 +0200 |
commit | 20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5 (patch) | |
tree | 52b3be4349782d79685c29c35e4dc99cdc39ba48 /.travis.yml | |
parent | udev: Add id program and rule for FIDO security tokens (diff) | |
download | systemd-20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5.tar.xz systemd-20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5.zip |
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.yml | 8 |
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 |