Skip to content

Commit

Permalink
Merge pull request #79 from martincostello/Update-Node
Browse files Browse the repository at this point in the history
Update node runtime
  • Loading branch information
martincostello authored Mar 24, 2019
2 parents ae2b9ca + b5f2b84 commit 9828269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy:
function_name: "alexa-london-travel-dev"
region: "eu-west-1"
role: "arn:aws:iam::492538393790:role/lambda_basic_execution"
runtime: "nodejs6.10"
runtime: "nodejs8.10"
timeout: 10,
handler_name: "handler"
access_key_id:
Expand All @@ -34,7 +34,7 @@ deploy:
function_name: "alexa-london-travel"
region: "eu-west-1"
role: "arn:aws:iam::492538393790:role/lambda_basic_execution"
runtime: "nodejs6.10"
runtime: "nodejs8.10"
timeout: 10,
handler_name: "handler"
access_key_id:
Expand Down

0 comments on commit 9828269

Please sign in to comment.