From 0f7ffcbec18d5b1c480b9f0ed4a3613cdca62c5a Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Fri, 6 Dec 2019 10:55:01 -0500 Subject: [PATCH 1/2] Upgrade node build version from 8 to 12 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 789b5a7..992a425 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: node_js -node_js: - - lts/* -cache: - directories: - - "~/.npm" +node_js: 12 notifications: email: recipients: @@ -15,7 +11,6 @@ notifications: webhooks: https://www.travisbuddy.com/ on_success: never before_install: - - npm install -g npm@latest - npm install -g greenkeeper-lockfile@1.14.0 install: - npm ci From baa26f3b200aacc0ec165efbd792b3d2f2aa5943 Mon Sep 17 00:00:00 2001 From: Alex Dusenbery Date: Fri, 6 Dec 2019 11:03:01 -0500 Subject: [PATCH 2/2] Update travis email recipients. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 992a425..c154f4a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,7 @@ node_js: 12 notifications: email: recipients: - - adusenbery@edx.org - - rreilly@edx.org - - schen@edx.org + - masters-grades@edx.org on_success: never on_failure: always webhooks: https://www.travisbuddy.com/