diff --git a/.travis.yml b/.travis.yml index 7c523dc3..ba80c353 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: - ./tools/bench.sh - echo -en 'travis_fold:end:bench' after_success: | - [ false ] && + [ true ] && [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = stable ] && diff --git a/README.md b/README.md index 186b4c99..4b9fd13d 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ The Parity Bitcoin client - [Project Graph][graph] [graph]: ./tools/graph.svg -[travis-image]: https://travis-ci.com/ethcore/parity-bitcoin.svg?token=DMFvZu71iaTbUYx9UypX&branch=master -[travis-url]: https://travis-ci.com/ethcore/parity-bitcoin -[doc-url]: https://ethcore.github.io/parity-bitcoin/pbtc/index.html +[travis-image]: https://travis-ci.com/paritytech/parity-bitcoin.svg?token=DMFvZu71iaTbUYx9UypX&branch=master +[travis-url]: https://travis-ci.com/paritytech/parity-bitcoin +[doc-url]: https://paritytech.github.io/parity-bitcoin/pbtc/index.html ## Install guide As for now `pbtc` can be installed only from source. It requires `rustc` and `cargo`. -Minimal supported version is `rustc 1.13.0 (2c6933acc 2016-11-07)` +Minimal supported version is `rustc 1.16.0 (30cf806ef 2017-03-10)` #### Install rustc and cargo