Don't export functions with underscore from helpers
This commit is contained in:
parent
126ef95b9f
commit
114a6a641d
|
@ -142,17 +142,6 @@ configKeys = (config) ->
|
||||||
|
|
||||||
Travis.Helpers =
|
Travis.Helpers =
|
||||||
configKeys: configKeys
|
configKeys: configKeys
|
||||||
_escape: _escape
|
|
||||||
_emojize: _emojize
|
|
||||||
_toUtc: _toUtc
|
|
||||||
_nowUtc: _nowUtc
|
|
||||||
_normalizeDateString: _normalizeDateString
|
|
||||||
_githubCommitReferenceLink: _githubCommitReferenceLink
|
|
||||||
_githubCommitReferenceRegexp: _githubCommitReferenceRegexp
|
|
||||||
_githubUserLink: _githubUserLink
|
|
||||||
_githubUserRegexp: _githubUserRegexp
|
|
||||||
_githubReferenceLink: _githubReferenceLink
|
|
||||||
_githubReferenceRegexp: _githubReferenceRegexp
|
|
||||||
githubify: githubify
|
githubify: githubify
|
||||||
timeInWords: timeInWords
|
timeInWords: timeInWords
|
||||||
durationFrom: durationFrom
|
durationFrom: durationFrom
|
||||||
|
|
Loading…
Reference in New Issue
Block a user