diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-31 09:45:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-31 09:45:09 +0200 |
commit | e37e4468688d8f6b9038a0d7085f8c0b2695d112 (patch) | |
tree | 50a23e0cfd3a46f332226fe354091d38bfc11b46 /.travis.yml | |
parent | ede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24 (diff) | |
download | curl-e37e4468688d8f6b9038a0d7085f8c0b2695d112.tar.gz |
mqtt: enable by default
No longer considered experimental.
Closes #5858
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dd9ab3dc7..503d1ced6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,8 +81,6 @@ jobs: - T=normal C="--enable-ares" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - env: - - T=normal C="--enable-mqtt" - - env: - T=normal C="--disable-proxy" - env: - T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1 |