mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09:17 +08:00
Fixed travis test script line
This commit is contained in:
@@ -63,7 +63,7 @@ script:
|
||||
- cargo test --no-fail-fast --features openssl-vendored
|
||||
- cargo test --no-fail-fast --no-default-features --features "local-http local-http-rustls"
|
||||
- if [ "${TRAVIS_OS_NAME}" = "linux" -o "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||
cargo test --no-fail-fast --features local-redir
|
||||
cargo test --no-fail-fast --features local-redir;
|
||||
fi
|
||||
|
||||
cache: cargo
|
||||
|
||||
Reference in New Issue
Block a user