Skip to content

Commit a5c1d0d

Browse files
committed
Don't build master docs
They aren't really all that useful.
1 parent 9b9b82a commit a5c1d0d

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ before_script:
1010
script:
1111
- cargo test
1212
- cargo test --features "uuid rustc-serialize time unix_socket serde chrono openssl"
13-
- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde chrono openssl"
14-
after_success:
15-
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "stable" && ./.travis/update_docs.sh
16-
env:
17-
global:
18-
secure: cZEcWfKI7Pml5og9o1zBMYhbj20Pa22kYVDTDEHqvOoe0kq1cnB5sTH7P0FUgiPq2Ax4B8eQIaC30yvFJ02R7kmTys4aQD98NyCyzdO+dqYi93C9PFYGhl/DKsb4iZ2VP+8LffYSwRGsNSzE9Fj9SFRMIOjHN+UfaVHXaUVjE7Y=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust-Postgres
22
A native PostgreSQL driver for Rust.
33

4-
Documentation is available at https://sfackler.github.io/rust-postgres/doc/master/postgres
4+
Documentation is available at https://sfackler.github.io/rust-postgres/doc/master/v0.8.9/postgres
55

66
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres)
77

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! }
4343
//! }
4444
//! ```
45-
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/master")]
45+
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.8.9")]
4646
#![warn(missing_docs)]
4747

4848
extern crate bufstream;

0 commit comments

Comments
 (0)