Skip to content

Commit

Permalink
Merge pull request #289 from MitocGroup/dev
Browse files Browse the repository at this point in the history
nodejs version update
  • Loading branch information
CCristi authored Feb 6, 2017
2 parents 020e861 + b9ab71f commit 1107e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
node_js:
- '4.3'
- '6.9'
- '7.4'
- '7.5'
cache:
edge: true
directories:
Expand Down
1 change: 1 addition & 0 deletions src/bin/commands/registry/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = function(microservicePath) {
let SAMPLE_PROPERTY_CONFIG = {
appIdentifier: 'appIdentifier',
env: 'prod',
apiVersion: 'v1',
awsAccountId: '0000000000',
aws: {
accessKeyId: 'accessKeyId',
Expand Down
1 change: 1 addition & 0 deletions src/test/TestMaterials/Property2/deeploy.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"secretAccessKey": "to_pass_string_validation"
},
"env": "test",
"apiVersion": "v1",
"awsAccountId": 123456789012,
"appIdentifier": "generated",
"appName":"My Custom Test Web App generated"
Expand Down

0 comments on commit 1107e5f

Please sign in to comment.