Skip to content

Commit

Permalink
Ignore stderr from openssl s_server
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 5, 2014
1 parent 6231a39 commit d657846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d657846

Please sign in to comment.