Added submodules test

This commit is contained in:
Jazz
2013-12-05 17:54:48 +01:00
parent 7f0591fa1e
commit 7b28307306
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
web: bin/node node-js-sample/web.js

View File

@@ -0,0 +1,2 @@
#!/bin/bash
set -e; output="$(curl -s $1)"; echo $output; test "$output" == "Hello World!"

View File

@@ -0,0 +1,11 @@
{
"name": "node-example",
"version": "0.0.1",
"dependencies": {
"express": "~3.3.4"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}

View File

@@ -0,0 +1,2 @@
#!/bin/bash
git submodule add https://github.com/heroku/node-js-sample.git node-js-sample