Skip to content

Commit

Permalink
Updated readme and removed unnecessary build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Jun 20, 2017
1 parent 2e57ef6 commit 34243f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,6 @@ script:
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
cargo clean
cargo build
cargo install cargo-tarpaulin
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
fi
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -16,4 +16,6 @@ I'm currently implementing this library to aid in my fork of zxcvbn.
* Expansion to non-printable keys?
* Spacebar

## Coverage

Keygraph-rs uses [cargo-tarpaulin](https://github.com/xd009642/tarpaulin) to provide code coverage. (Disclaimer I am the tarpaulin author).

0 comments on commit 34243f3

Please sign in to comment.