Skip to content
Snippets Groups Projects
Commit 3d4b7e25 authored by Alexis La Goutte's avatar Alexis La Goutte
Browse files

travis: fix demo generate certificate (with macOS)

parent f9153df7
No related merge requests found
...@@ -49,6 +49,6 @@ script: ...@@ -49,6 +49,6 @@ script:
# Now build ngtcp2 examples and test # Now build ngtcp2 examples and test
- make - make
- make check - make check
- make ci/gen-certificate.sh - ./ci/gen-certificate.sh
- ./examples/server localhost 4433 cert/server.key cert/server.crt & - ./examples/server localhost 4433 cert/server.key cert/server.crt &
- ./examples/client localhost 4433 - ./examples/client localhost 4433
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment