Skip to content

Commit bc73d7e

Browse files
zekephillipj
authored andcommitted
chore: enable Travis CI for i18n repo (nodejs#171)
1 parent f032a4b commit bc73d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/display-travis-status.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const enabledRepos = {
2020
'llnode': { retry: 60, interval: 60 },
2121
'nan': { retry: 60, interval: 60 },
2222
'node-core-utils': { },
23-
'core-validate-commit': { }
23+
'core-validate-commit': { },
24+
'i18n': { }
2425
}
2526

2627
module.exports = function (app) {

0 commit comments

Comments
 (0)