Skip to content

Commit

Permalink
Update node runtime
Browse files Browse the repository at this point in the history
Update runtime to node 8.10.
  • Loading branch information
martincostello committed Mar 24, 2019
1 parent ae2b9ca commit b5f2b84
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 b5f2b84

Please sign in to comment.