-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps-to-test.json
42 lines (42 loc) · 1.11 KB
/
apps-to-test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"repo": "git://github.com/TryGhost/Ghost.git",
"additional-npm-deps": ["grunt-cli"],
"package-json-change": {
"scripts": {
"test": "grunt test-unit --reporter tap --reporter-output unit.tap; grunt test-integration --reporter tap --reporter-output integration.tap"
}
}
},
{
"repo": "git://github.com/misterdjules/grunt.git",
"branch": "ci-tests-output",
"additional-npm-deps": ["grunt-cli"],
"npm-test-script": "test-tap"
},
{
"repo": "git://github.com/strongloop/express.git",
"branch": "3.x",
"test-output-from-stdout": true,
"npm-test-script": "test-tap"
},
{
"repo": "git://github.com/strongloop/express.git",
"test-output-from-stdout": true,
"npm-test-script": "test-tap"
},
{
"repo": "git://github.com/hapijs/hapi.git",
"npm-test-script": "test-tap"
},
{
"repo": "git://github.com/misterdjules/node-restify.git",
"branch": "test-tap-file",
"npm-test-script": "test-tap-file"
},
{
"repo": "git://github.com/npm/npm.git",
"test-output-from-stdout": true,
"npm-test-script": "test-all"
}
]