Add heroku node support and try and fix travis

This commit is contained in:
Tom Price
2017-05-09 13:54:41 +01:00
parent cf62a8047d
commit cf8f6ce8be
2 changed files with 6 additions and 1 deletions

View File

@@ -46,6 +46,9 @@
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/python"
}