From 093c7d8d7f7c8fc9d042cbce6b9ec822899a59ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sat, 14 Apr 2018 11:02:07 +0200 Subject: [PATCH] Remove the features from tests --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29dc446..7990c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_script: export PATH=$HOME/.local/bin:$PATH script: - | - travis-cargo build --features yaml && - travis-cargo test --features yaml && - travis-cargo --only stable doc --features yaml,bin + travis-cargo build && + travis-cargo test && + travis-cargo --only stable doc after_success: - travis-cargo --only stable doc-upload env: