commit 4c9cc9890c9e63840a33233264bd50f8a6d938b2 parent f57b407c60d82b84cdcf2f46f8c8ac4f8621320a Author: Nils Domrose <nils.domrose@inovex.de> Date: Mon, 27 May 2019 00:41:42 +0200 adapt travis to not enable conflicting features Diffstat:
M | .travis.yml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -6,4 +6,6 @@ cache: cargo # Nothing to install install: true -script: cargo build --all-features +script: +- cargo build --features "sqlite enable_syslog" +- cargo build --features "mysql enable_syslog"