From 8609815f9986bcd8697a56b8df6e505cd5fb01cf Mon Sep 17 00:00:00 2001 From: Aaron Weiss <awe@pdgn.co> Date: Tue, 30 Jan 2018 03:21:47 +0100 Subject: [PATCH] Changed rustdoc --test to specify explicit libirc to use. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1621827..be06bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ sudo: false script: - chmod +x mktestconfig.sh - ./mktestconfig.sh - - cargo clean - cargo build --verbose - - rustdoc --test README.md -L target/debug/deps + - rustdoc --test README.md --extern irc=target/debug/libirc.rlib -L target/debug/deps - cargo test --verbose --features "toml yaml" - cargo test --doc - cargo test --verbose --no-default-features