Travis: Move before_deploy out of matrix block (#229)

This commit is contained in:
Carl Lerche
2018-03-13 15:58:53 -07:00
committed by GitHub
parent d304791c0e
commit 64435f5b35
+3 -1
View File
@@ -6,7 +6,6 @@ matrix:
include:
- rust: 1.21.0
- rust: stable
before_deploy: cargo doc --all --no-deps
- os: osx
- rust: beta
- rust: nightly
@@ -31,6 +30,9 @@ script:
cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures
fi
before_deploy:
- cargo doc --all --no-deps
deploy:
provider: pages
skip_cleanup: true