File tree Expand file tree Collapse file tree 5 files changed +7
-13
lines changed
Expand file tree Collapse file tree 5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,5 @@ script:
1010 - cargo doc --verbose
1111 - cargo test --features heapsize
1212
13- after_success : |
14- [ $TRAVIS_RUST_VERSION = nightly ] &&
15- [ $TRAVIS_BRANCH = master ] &&
16- [ $TRAVIS_PULL_REQUEST = false ] &&
17- echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/doc/index.html &&
18- pip install --user ghp-import &&
19- ~/.local/bin/ghp-import -n target/doc &&
20- git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
21-
22- env :
23- - secure : N66sY4jTqznkJRTNshbib1o7GpgPN8Rw66KFGkRxDfuDOZGkpmTWRPP4tLwmbFfdMOSFKd8Q1OTUOGqvRgny4TErcCF+E56/tUSdGfOFqKeGqowUGhRBLx4eso8FP1ECCTEEZE4hEs1Yb10BrPvZU6YmdBcc5e8YeDZBTAhqMUE=
24-
2513notifications :
2614 webhooks : http://build.servo.org:54856/travis
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rust-cssparser
33
44[ ![ Build Status] ( https://travis-ci.org/servo/rust-cssparser.svg?branch=travis )] ( https://travis-ci.org/servo/rust-cssparser )
55
6- [ Documentation] ( https://servo.github.io/rust- cssparser/cssparser/index.html )
6+ [ Documentation] ( https://docs.rs/ cssparser/ )
77
88Rust implementation of
99[ CSS Syntax Module Level 3] ( https://drafts.csswg.org/css-syntax/ )
Original file line number Diff line number Diff line change 1+ < meta http-equiv ="refresh " content ="0; url=https://docs.rs/cssparser/ ">
2+ < link rel ="canonical " href ="https://docs.rs/cssparser/ ">
3+ < a href ="https://docs.rs/cssparser/ "> Moved to docs.rs</ a >
Original file line number Diff line number Diff line change 1+ < meta http-equiv ="refresh " content ="0; url=https://docs.rs/cssparser/ ">
2+ < link rel ="canonical " href ="https://docs.rs/cssparser/ ">
3+ < a href ="https://docs.rs/cssparser/ "> Moved to docs.rs</ a >
You can’t perform that action at this time.
0 commit comments