Skip to content

Commit

Permalink
bowery test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 12, 2014
1 parent 9d16fad commit 9df2a52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .boweryignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git
node_modules
vendor
11 changes: 11 additions & 0 deletions bowery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"database": {
"image": "mysql"
},
"web": {
"image": "php55",
"path": ".",
"build": "composer install",
"test": "phpunit"
}
}

0 comments on commit 9df2a52

Please sign in to comment.