We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f828c commit 1a3c78aCopy full SHA for 1a3c78a
scripts/display-travis-status.js
@@ -2,7 +2,7 @@
2
3
const debug = require('debug')('display_travis_status')
4
const pollTravis = require('../lib/pollTravis')
5
-const enabledRepos = ['citgm', 'readable-stream', 'nodejs.org', 'test-github-bot']
+const enabledRepos = ['citgm', 'readable-stream', 'nodejs.org', 'test-github-bot', 'docker-node']
6
7
module.exports = function (app) {
8
app.on('pull_request.opened', handlePrUpdate)
0 commit comments