aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-14 11:19:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-14 13:04:10 +0200
commit42ff0d9bd217b9190d3868da37fc383ab7c2cff5 (patch)
tree5c2c12563c6b663f4c049de76f77109de44d71bf /.travis.yml
parent41f5b66a0281ae9ee6ff6d5fb9c16899e5529d6e (diff)
travis: add mqtt job on Linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f45565fe6..415e15103 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,6 +87,11 @@ matrix:
- 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
env:
- T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1