git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / test / test-79-npm / homebridge / homebridge.meta.js

293 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp, flags) {
6 if (flags.ci) {
7 return {
8 allow: false,
9 note: 'headless CI seems to fail'
10 };
11 }
12
13 return {
14 allow: home(stamp),
15 note: 'requires OpenSSL-dev and mdns installed'
16 };
17};
18

Built with git-ssb-web