From 42ff0d9bd217b9190d3868da37fc383ab7c2cff5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Apr 2020 11:19:12 +0200 Subject: travis: add mqtt job on Linux --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f45565fe6..415e15103 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 -- cgit v1.2.1