summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 864d84f170..f41b43ed22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,11 +11,11 @@ env:
- REPO_ROOT="$TRAVIS_BUILD_DIR"
stages:
- # Run Coverity periodically instead of for each commit/PR
- - name: Coverity
+ - name: Fuzzit-Fuzzing
if: type = cron
- - name: Fuzzit-Fuzzing
+ # Run Coverity periodically instead of for each commit/PR
+ - name: Coverity
if: type = cron
jobs: