From 21f85731aa14ccc0a1f75da9ae31c66b2a88654f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 18 Jan 2017 02:08:06 +0100 Subject: [PATCH] travis: Test with and without procedural macro. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 94f98322..2f0758b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ script: - cargo test --verbose - cargo doc --verbose - cargo test --features heapsize + - cargo test --features dummy_match_byte + - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features bench; fi + - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features "bench dummy_match_byte"; fi notifications: webhooks: http://build.servo.org:54856/travis