mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
update tests
This commit is contained in:
parent
170d3163f3
commit
42716d3252
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ script:
|
|||
after_success:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||
cargo doc --no-deps &&
|
||||
cargo doc --features alpn --no-deps &&
|
||||
echo "<meta http-equiv=refresh content=0;url=os_balloon/index.html>" > target/doc/index.html &&
|
||||
git clone https://github.com/davisp/ghp-import.git &&
|
||||
./ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -r https://"$GH_TOKEN"@github.com/"$TRAVIS_REPO_SLUG.git" target/doc &&
|
||||
|
|
|
@ -3,7 +3,7 @@ extern crate http;
|
|||
extern crate time;
|
||||
|
||||
use std::str;
|
||||
use actix_web::*;
|
||||
use actix_web::dev::*;
|
||||
use http::{header, Method, Version, HeaderMap};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue