Changed travis script to test irc-proto too.

This commit is contained in:
Aaron Weiss 2018-03-10 16:00:46 +01:00
parent 3df2c49074
commit 62fc67ce19
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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"