fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-30 17:01:30 +00:00
parent cba8de348d
commit a18166260e

View File

@ -4,6 +4,7 @@ import * as docker from '../ts/index';
let testDockerHost: docker.DockerHost;
if (process.env.CI) {
tap.test('ci placeholder', async () => {});
tap.start();
process.exit(0);
}