Skip to content

Commit

Permalink
chore: enable Travis CI for i18n repo (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and phillipj committed May 31, 2018
1 parent f032a4b commit bc73d7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/display-travis-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const enabledRepos = {
'llnode': { retry: 60, interval: 60 },
'nan': { retry: 60, interval: 60 },
'node-core-utils': { },
'core-validate-commit': { }
'core-validate-commit': { },
'i18n': { }
}

module.exports = function (app) {
Expand Down

0 comments on commit bc73d7e

Please sign in to comment.