fixed set-env.ts, reverted unnecessary e2e changes, updated travis.yml

This commit is contained in:
lotte
2020-04-29 16:28:26 +02:00
parent 7ec7d3a455
commit ef91468310
6 changed files with 45 additions and 51 deletions

View File

@@ -72,7 +72,7 @@ function createServerConfig(host?: string, port?: string, nameSpace?: string, s
}
if (hasValue(nameSpace)) {
result.host = nameSpace;
result.nameSpace = nameSpace;
}
if (hasValue(port)) {