mirror of
https://github.com/actix/actix-web.git
synced 2024-12-18 22:26:37 +00:00
pin nightly
This commit is contained in:
parent
5ae646332e
commit
524493e0b0
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ rust:
|
|||
- 1.20.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- nightly-2018-01-03
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
@ -58,7 +58,7 @@ script:
|
|||
# Upload docs
|
||||
after_success:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "nightly-2018-01-03" ]]; then
|
||||
cargo doc --features alpn --no-deps &&
|
||||
echo "<meta http-equiv=refresh content=0;url=os_balloon/index.html>" > target/doc/index.html &&
|
||||
cargo install mdbook &&
|
||||
|
|
Loading…
Reference in a new issue