From: Daniel Stenberg Date: Tue, 14 Apr 2020 09:19:12 +0000 (+0200) Subject: travis: add mqtt job on Linux X-Git-Tag: curl-7_70_0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42ff0d9bd217b9190d3868da37fc383ab7c2cff5;p=thirdparty%2Fcurl.git travis: add mqtt job on Linux --- diff --git a/.travis.yml b/.travis.yml index f45565fe64..415e151030 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,11 @@ matrix: env: - T=normal C="--enable-ares" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" + - os: linux + compiler: gcc + dist: trusty + env: + - T=normal C="--enable-mqtt" - os: linux compiler: gcc dist: bionic