From 931988763be950280fd2b4718fba6be577f66f7f Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 7 Jul 2020 22:55:11 +0200 Subject: [PATCH] new travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2576c2a3..b2da346c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ os: linux arch: amd64 script: ./configure --with-restconf=evhtp && make && sudo make install before_script: - - sudo apt-get install -y libevent-dev cmake openssl libssl-dev + - sudo apt-get install -y libevent-dev cmake libssl1.1 openssl libssl-dev - ./test/travis/before_script.sh - ./test/travis/build_evhtp.sh