Skip to content

Commit 1a3c78a

Browse files
chorrellphillipj
authored andcommitted
Add docker-node repo (#30)
1 parent 79f828c commit 1a3c78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/display-travis-status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const debug = require('debug')('display_travis_status')
44
const pollTravis = require('../lib/pollTravis')
5-
const enabledRepos = ['citgm', 'readable-stream', 'nodejs.org', 'test-github-bot']
5+
const enabledRepos = ['citgm', 'readable-stream', 'nodejs.org', 'test-github-bot', 'docker-node']
66

77
module.exports = function (app) {
88
app.on('pull_request.opened', handlePrUpdate)

0 commit comments

Comments
 (0)