diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-27 09:24:11 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-27 09:24:11 +0100 |
commit | 01abbe7008b1614760740ba425a174c61af695a1 (patch) | |
tree | ecbd73bd6df12657a90f6c982330d59e13690955 /.travis.yml | |
parent | 2ff67baac4b8352f06421089c2b94566df032b21 (diff) | |
download | libquotient-01abbe7008b1614760740ba425a174c61af695a1.tar.gz libquotient-01abbe7008b1614760740ba425a174c61af695a1.zip |
.travis.yml: fix a typo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |