Skip to content

Commit 467ccd7

Browse files
author
bors-servo
authored
Auto merge of #129 - Darkspirit:master, r=jdm
Remove unneeded webhook notification servo/saltfs#906 (comment) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/129) <!-- Reviewable:end -->
2 parents feb3e45 + c64e3aa commit 467ccd7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ script: |
1212
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&
1313
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) &&
1414
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
15-
notifications:
16-
webhooks: http://build.servo.org:54856/travis

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "'Small vector' optimization: store up to a small number of items
88
keywords = ["small", "vec", "vector", "stack", "no_std"]
99
categories = ["data-structures"]
1010
readme = "README.md"
11-
documentation = "http://doc.servo.org/smallvec/"
11+
documentation = "https://doc.servo.org/smallvec/"
1212

1313
[features]
1414
std = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rust-smallvec
22
=============
33

4-
[Documentation](http://docs.rs/smallvec/)
4+
[Documentation](https://docs.rs/smallvec/)
55

66
[Release notes](https://github.com/servo/rust-smallvec/releases)
77

0 commit comments

Comments
 (0)