Skip to content

Commit

Permalink
Merge pull request #794 from slowcheetah/dron
Browse files Browse the repository at this point in the history
Disable ads on Drone CI
  • Loading branch information
slowcheetah authored Apr 3, 2020
2 parents 57dc2fe + f8dcaa3 commit afbc45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-js/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var CI = [
'BUILD_NUMBER',
'CI',
'CONTINUOUS_INTEGRATION',
'DRONE',
'OPEN_SOURCE_CONTRIBUTOR',
'RUN_ID'
].some(function (it) { return is(env[it]); });
Expand Down

0 comments on commit afbc45c

Please sign in to comment.