From bc8bdea7b6b8d7504f6b5766bd38911d1b92779d Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 3 Feb 2017 15:51:19 -0500 Subject: [PATCH 1/2] upgrade to nodejs v7.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54e50ff2..84ec9bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false node_js: - '4.3' - '6.9' - - '7.4' + - '7.5' cache: edge: true directories: From b9ab71fd213f5c83ac8632549b3a1198964c85bf Mon Sep 17 00:00:00 2001 From: mgoria Date: Sat, 4 Feb 2017 15:01:59 +0200 Subject: [PATCH 2/2] Fix failed build --- src/bin/commands/registry/publish.js | 1 + src/test/TestMaterials/Property2/deeploy.test.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bin/commands/registry/publish.js b/src/bin/commands/registry/publish.js index f0c740e2..b6526017 100644 --- a/src/bin/commands/registry/publish.js +++ b/src/bin/commands/registry/publish.js @@ -11,6 +11,7 @@ module.exports = function(microservicePath) { let SAMPLE_PROPERTY_CONFIG = { appIdentifier: 'appIdentifier', env: 'prod', + apiVersion: 'v1', awsAccountId: '0000000000', aws: { accessKeyId: 'accessKeyId', diff --git a/src/test/TestMaterials/Property2/deeploy.test.json b/src/test/TestMaterials/Property2/deeploy.test.json index f008291b..6591a955 100644 --- a/src/test/TestMaterials/Property2/deeploy.test.json +++ b/src/test/TestMaterials/Property2/deeploy.test.json @@ -5,6 +5,7 @@ "secretAccessKey": "to_pass_string_validation" }, "env": "test", + "apiVersion": "v1", "awsAccountId": 123456789012, "appIdentifier": "generated", "appName":"My Custom Test Web App generated"