Loading .travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ install: - sudo apt-get install rust-nightly before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & - ./configure script: - make all test doc after_success: Loading Loading
.travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ install: - sudo apt-get install rust-nightly before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & - ./configure script: - make all test doc after_success: Loading