Skip to content

Commit af20ad8

Browse files
authored
travis: add nan, llnode, core-validate-commit and node-core-utils (#156)
* travis: add nan, llnode and node-core-utils * travis: add core-validate-commit
1 parent fd20e9f commit af20ad8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/display-travis-status.js

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

33
const debug = require('debug')('display_travis_status')
44
const pollTravis = require('../lib/pollTravis')
5-
const enabledRepos = ['citgm', 'readable-stream', 'nodejs.org', 'docker-node']
5+
const enabledRepos = [
6+
'citgm', 'readable-stream', 'nodejs.org', 'docker-node',
7+
'llnode', 'nan', 'node-core-utils', 'core-validate-commit'
8+
]
69

710
module.exports = function (app) {
811
app.on('pull_request.opened', handlePrUpdate)

0 commit comments

Comments
 (0)