From 43db788c1d9da4b6019033bfd5ae0cef7f11fefe Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Thu, 29 Jan 2015 11:05:53 +0100 Subject: [PATCH] Examples are compiled with cargo test --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dc52320..2de0f7ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ script: - cargo test - cargo doc --no-deps - rustdoc --test README.md -L target -- cargo run --example write_sample -- test.zip -- cargo run --example extract -- test.zip -- cargo run --example extract_lorem -- test.zip after_success: - .travis/publish_doc.sh