From cf8f6ce8be45fc64cb0fe7d79fbf3ea1b1b96896 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 9 May 2017 13:54:41 +0100 Subject: [PATCH] Add heroku node support and try and fix travis --- .travis.yml | 4 +++- app.json | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03142b07..893dcb21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -language: python +language: node_js +node_js: + "6" python: "2.7" diff --git a/app.json b/app.json index 737e5eb0..b7eb662c 100644 --- a/app.json +++ b/app.json @@ -46,6 +46,9 @@ "heroku-postgresql" ], "buildpacks": [ + { + "url": "heroku/nodejs" + }, { "url": "heroku/python" }