diff options
author | David Seifert <soap@gentoo.org> | 2017-12-02 22:39:26 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-11 13:47:36 +0100 |
commit | 232baff378b651747841d2d1292997a043f702c9 (patch) | |
tree | 77b125770bb6fd892f6a24a7690f3ce1c3bce672 | |
parent | fc1fe95c32e8cd6ee362c85c036a68ee1554345e (diff) | |
download | libnitrokey-232baff378b651747841d2d1292997a043f702c9.tar.gz libnitrokey-232baff378b651747841d2d1292997a043f702c9.tar.bz2 |
Only enable `-Werror` for Travis CI
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b95345..bf195df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false os: osx env: global: - - CF=-DCOMPILE_OFFLINE_TESTS=1 + - CF="-DCOMPILE_OFFLINE_TESTS=1 -DERROR_ON_WARNING=ON" matrix: include: |