From 864fe8424d83889ebe3aff69f0ada27c43a5bbc3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 25 May 2016 13:02:03 +0200 Subject: [PATCH] chore(travis): split doc and test to handle features Previously it would fail as the built-in doc target in make doesn't handle features at all. Now these need to be taken into consideration though for it to have a chance. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2755c4e36..caf12d8ced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ matrix: allow_failures: - os: osx script: - - make docs-all gen-all-cli cargo-api ARGS="test --no-default-features --features=$FEATURE" + - make gen-all-cli cargo-api ARGS="test --no-default-features --features=$FEATURE" + - make cargo-api ARGS="doc --no-default-features --features=$FEATURE" - "[[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test" env: global: