Skip to content

Commit afbc45c

Browse files
authored
Merge pull request #794 from slowcheetah/dron
Disable ads on Drone CI
2 parents 57dc2fe + f8dcaa3 commit afbc45c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core-js/postinstall.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var CI = [
1515
'BUILD_NUMBER',
1616
'CI',
1717
'CONTINUOUS_INTEGRATION',
18+
'DRONE',
1819
'OPEN_SOURCE_CONTRIBUTOR',
1920
'RUN_ID'
2021
].some(function (it) { return is(env[it]); });

0 commit comments

Comments
 (0)