tests(travis): added claptests based tests

Run the python based --release mode tests as well. They are mainly
concerned with user facing messages, which are as important as the
internal tests run `cargo test`.
This commit is contained in:
Sebastian Thiel 2015-05-05 17:47:34 +02:00 committed by Kevin K
parent 9707917407
commit de7d10af4c

View file

@ -7,6 +7,7 @@ before_script:
script:
- travis-cargo build
- travis-cargo test
- make -C clap-tests test
- travis-cargo doc
after_success:
- travis-cargo --only beta doc-upload