Skip to content

Commit

Permalink
Add string_decoder to the enabled repos (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored and phillipj committed Mar 1, 2018
1 parent 994fec2 commit f032a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/display-travis-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DEFAULT_POLL_INTERVAL = process.env.TRAVIS_POLL_INTERVAL || 30
const enabledRepos = {
'citgm': { retry: 40 },
'readable-stream': { retry: 60, interval: 60 },
'string_decoder': { retry: 60, interval: 60 },
'nodejs.org': { },
'docker-node': { retry: 70, interval: 120 },
'llnode': { retry: 60, interval: 60 },
Expand Down

0 comments on commit f032a4b

Please sign in to comment.