Skip to content

Commit

Permalink
Hide argv09 and argv10 from travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Aug 7, 2019
1 parent 3b61be7 commit 61b98e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opts.t.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ static char *argv07[] = {
static char *argv08[] = {
"https", "127.0.0.1", "10443", "no_such_engine"
};
#ifndef TRAVIS
static char *argv09[] = {
"https", "127.0.0.1", "10443", "127.0.0.2", "443",
"https", "::1", "10443", "::2", "443"
Expand All @@ -71,6 +72,7 @@ static char *argv10[] = {
"https", "127.0.0.1", "10443",
"https", "::1", "10443"
};
#endif /* !TRAVIS */
static char *argv11[] = {
"autossl", "127.0.0.1", "10025"
};
Expand Down

0 comments on commit 61b98e3

Please sign in to comment.