File tree 5 files changed +7
-13
lines changed 5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,5 @@ script:
10
10
- cargo doc --verbose
11
11
- cargo test --features heapsize
12
12
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
-
25
13
notifications :
26
14
webhooks : http://build.servo.org:54856/travis
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rust-cssparser
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/servo/rust-cssparser.svg?branch=travis )] ( https://travis-ci.org/servo/rust-cssparser )
5
5
6
- [ Documentation] ( https://servo.github.io/rust- cssparser/cssparser/index.html )
6
+ [ Documentation] ( https://docs.rs/ cssparser/ )
7
7
8
8
Rust implementation of
9
9
[ 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