Wrote up a new README and added it to the travis tests.
This commit is contained in:
parent
7c53ab861e
commit
e28b68abf6
2 changed files with 82 additions and 57 deletions
|
@ -1,16 +1,13 @@
|
|||
env:
|
||||
global:
|
||||
- secure: aGzqk53//ZQmZ/7Eb8XtlUG3bmwmR5p+RCSqUEz0xUazsYAO0/NRYgEkebXpggvjQCaJFsWWNxfSq5+3bVa43boIChKzshkrqIvF6sO5RxMslNQbb4rabo4GadJYMMFmoG/3h1EwFk3pEsAorNC/M6VVuH9XLKD5dWgvefMqclc=
|
||||
language: rust
|
||||
rust: stable
|
||||
sudo: false
|
||||
script:
|
||||
- chmod +x mktestconfig.sh
|
||||
- ./mktestconfig.sh
|
||||
- cargo build --verbose --features "toml yaml"
|
||||
- cargo build --verbose
|
||||
- rustdoc --test README.md -L target/debug/deps
|
||||
- cargo test --verbose --features "toml yaml"
|
||||
- cargo test --doc
|
||||
- cargo build --verbose --no-default-features
|
||||
- cargo test --verbose --no-default-features
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue