Skip to content

Commit 871bf0f

Browse files
committed
Check for CI
1 parent 7c28d5b commit 871bf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const libraryTestOptions: IOptions = {
7777
function testWrapper(name: string, callback: () => Promise<void>) {
7878
test(name, async () => {
7979
const logSignPost = `JEST: Testing ${name}`;
80-
if (process.env.TRAVIS) {
80+
if (process.env.CI) {
8181
console.log(logSignPost);
8282
testWrapperLogger.info(logSignPost);
8383
}

0 commit comments

Comments
 (0)