- Fix .travis.yml error, missing 'env' option.

This commit is contained in:
Ralph Dolmans 2020-03-19 18:11:22 +01:00
parent 5f7d73ae88
commit 7fa2b19389
2 changed files with 3 additions and 0 deletions

View file

@ -49,12 +49,14 @@ jobs:
name: Libevent, Clang on Linux, Amd64 name: Libevent, Clang on Linux, Amd64
compiler: clang compiler: clang
arch: amd64 arch: amd64
env:
- TEST_LIBEVENT=yes - TEST_LIBEVENT=yes
- CONFIG_OPTS="--with-libevent" - CONFIG_OPTS="--with-libevent"
- os: osx - os: osx
name: Libevent, Clang on OS X, Amd64 name: Libevent, Clang on OS X, Amd64
compiler: clang compiler: clang
arch: amd64 arch: amd64
env:
- TEST_OSX=yes - TEST_OSX=yes
- TEST_LIBEVENT=yes - TEST_LIBEVENT=yes
- CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/" - CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/"

View file

@ -7,6 +7,7 @@
- Log warning when using outgoing-port-permit and outgoing-port-avoid - Log warning when using outgoing-port-permit and outgoing-port-avoid
while explicit port randomisation is disabled. while explicit port randomisation is disabled.
- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
- Fix .travis.yml error, missing 'env' option.
16 March 2020: Wouter 16 March 2020: Wouter
- Fix #192: In the unbound-checkconf tool, the module config of - Fix #192: In the unbound-checkconf tool, the module config of