Loading .travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ install: before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & script: - rustc --test lib.rs - ./lib - rustpkg build - rustpkg test Loading
.travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ install: before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & script: - rustc --test lib.rs - ./lib - rustpkg build - rustpkg test