Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ os: - osx - linux before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null 2>&1 & script: - cargo build - cargo test Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ os: - osx - linux before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null 2>&1 & script: - cargo build - cargo test Loading