Skip to content

Commit 4838274

Browse files
committed
fix skip Travis tests?
1 parent 06d9495 commit 4838274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebPushTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function checkRequirements()
2828
return;
2929
}
3030

31-
if (getenv('TRAVIS') === true) {
31+
if (getenv('TRAVIS') || getenv('CI')) {
3232
$this->markTestSkipped('This test does not run on Travis.');
3333
}
3434
}

0 commit comments

Comments
 (0)