Wrote up a new README and added it to the travis tests.

This commit is contained in:
Aaron Weiss 2018-01-30 03:10:05 +01:00
parent 7c53ab861e
commit e28b68abf6
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
2 changed files with 82 additions and 57 deletions

View file

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