From 7fa2b19389e27dd989fe629fa4a9145a3239d6d1 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Thu, 19 Mar 2020 18:11:22 +0100 Subject: [PATCH] - Fix .travis.yml error, missing 'env' option. --- .travis.yml | 2 ++ doc/Changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9c6c1ac29..37ea672b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,12 +49,14 @@ jobs: name: Libevent, Clang on Linux, Amd64 compiler: clang arch: amd64 + env: - TEST_LIBEVENT=yes - CONFIG_OPTS="--with-libevent" - os: osx name: Libevent, Clang on OS X, Amd64 compiler: clang arch: amd64 + env: - TEST_OSX=yes - TEST_LIBEVENT=yes - CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/" diff --git a/doc/Changelog b/doc/Changelog index 7de99f1e4..49c075bd7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -7,6 +7,7 @@ - Log warning when using outgoing-port-permit and outgoing-port-avoid while explicit port randomisation is disabled. - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. + - Fix .travis.yml error, missing 'env' option. 16 March 2020: Wouter - Fix #192: In the unbound-checkconf tool, the module config of -- 2.47.3