Skip to content

Commit

Permalink
Merge 07b031e into 3ec2931
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Nov 17, 2015
2 parents 3ec2931 + 07b031e commit 2fd831c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Dockunit.json
@@ -0,0 +1,44 @@
{
"containers": [
{
"prettyName": "nodejs latest",
"image": "node:latest",
"testCommand": "./node_modules/mocha/bin/mocha",
"beforeScripts": [
"npm install"
]
},
{
"prettyName": "nodejs 5.0.0",
"image": "node:5.0.0",
"testCommand": "./node_modules/mocha/bin/mocha",
"beforeScripts": [
"npm install"
]
},
{
"prettyName": "nodejs 4.2.1",
"image": "dockunit/prebuilt-images:nodejs-mongodb-mocha-jasmine-4.2.1",
"testCommand": "npm test",
"beforeScripts": [
"npm install"
]
},
{
"prettyName": "nodejs 0.12.7",
"image": "dockunit/prebuilt-images:nodejs-mongodb-mocha-jasmine-0.12.7",
"testCommand": "npm test",
"beforeScripts": [
"npm install"
]
},
{
"prettyName": "nodejs 0.10.40",
"image": "dockunit/prebuilt-images:nodejs-mongodb-mocha-jasmine-0.10.40",
"testCommand": "npm test",
"beforeScripts": [
"npm install"
]
}
]
}

0 comments on commit 2fd831c

Please sign in to comment.