Skip to content

Commit

Permalink
issue #26: add addons and test script stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
rngadam committed Jul 21, 2018
1 parent efb3827 commit c45ae01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"environments": {
"test": {
"env": {
},
"addons":[
"heroku-redis:hobby-dev"
],
"scripts": {
"test-setup": "cd server; ./setup.sh",
"test": "cd server; ./test.sh"
}
}
}
Expand Down

0 comments on commit c45ae01

Please sign in to comment.