diff --git a/.travis.yml b/.travis.yml index b45c7f8..ee744e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,3 @@ script: | ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) && ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) && ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench) -notifications: - webhooks: http://build.servo.org:54856/travis diff --git a/Cargo.toml b/Cargo.toml index 3bf75ba..6795ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "'Small vector' optimization: store up to a small number of items keywords = ["small", "vec", "vector", "stack", "no_std"] categories = ["data-structures"] readme = "README.md" -documentation = "http://doc.servo.org/smallvec/" +documentation = "https://doc.servo.org/smallvec/" [features] std = [] diff --git a/README.md b/README.md index ebd5a13..fda7fd4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ rust-smallvec ============= -[Documentation](http://docs.rs/smallvec/) +[Documentation](https://docs.rs/smallvec/) [Release notes](https://github.com/servo/rust-smallvec/releases)