From 8290da3c565edf142d6fcf184c228e6b92b37bd3 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Mon, 5 Oct 2015 19:31:47 +0200 Subject: [PATCH] Improve CI tests --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3c9547a..218d7f9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ notifications: on_failure: always script: - - cargo build - cargo test + - cargo test --no-default-features - cargo doc --no-deps - rustdoc --test README.md -L target/debug diff --git a/appveyor.yml b/appveyor.yml index 297c2d2e..21e8b965 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,5 +35,5 @@ install: build: false test_script: - - cargo build - cargo test + - cargo test --no-default-features