From 62fc67ce1900303b73f772c682a0ff21cccbd843 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sat, 10 Mar 2018 16:00:46 +0100 Subject: [PATCH] Changed travis script to test `irc-proto` too. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index be06bf3..7fea9e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ sudo: false script: - chmod +x mktestconfig.sh - ./mktestconfig.sh + - pushd irc-proto + - cargo test --verbose + - popd - cargo build --verbose - rustdoc --test README.md --extern irc=target/debug/libirc.rlib -L target/debug/deps - cargo test --verbose --features "toml yaml"