Changed travis script to test irc-proto
too.
This commit is contained in:
parent
3df2c49074
commit
62fc67ce19
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue