diff options
author | 2019-09-10 11:41:56 +0100 | |
---|---|---|
committer | 2019-09-10 10:41:56 +0000 | |
commit | a52a427b4ae12023142a389df65d6c7ef9864a94 (patch) | |
tree | ae43210c4309a9bf0b28092841b635b1c32fb59d | |
parent | 6579d60b089b7eb84067445434ac7f956850332d (diff) | |
download | coredns-a52a427b4ae12023142a389df65d6c7ef9864a94.tar.gz coredns-a52a427b4ae12023142a389df65d6c7ef9864a94.tar.zst coredns-a52a427b4ae12023142a389df65d6c7ef9864a94.zip |
stop fuzzing: its build is broken (#3272)
Automatically submitted.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f7eea3800..e10ff20c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,8 @@ env: - TEST_TYPE=integration - TEST_TYPE=core - TEST_TYPE=plugin - - TEST_TYPE=fuzzit FUZZIT_TYPE=local-regression - - TEST_TYPE=fuzzit FUZZIT_TYPE=fuzzing +# - TEST_TYPE=fuzzit FUZZIT_TYPE=local-regression +# - TEST_TYPE=fuzzit FUZZIT_TYPE=fuzzing # In the Travis VM-based build environment, IPv6 networking is not # enabled by default. The sysctl operations below enable IPv6. |