From 01abbe7008b1614760740ba425a174c61af695a1 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 27 Mar 2020 09:24:11 +0100 Subject: .travis.yml: fix a typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 729931a0..2449c003 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: compiler: gcc - os: linux compiler: gcc - env: [ 'E2EE="-DQuotient_ENABLE_E2EE"' ] + env: [ 'E2EE="-DQuotient_ENABLE_E2EE=ON"' ] - os: linux compiler: clang - os: osx -- cgit v1.2.3