From 892f2a642e469ab2f443b5665a318fed2d02fc5e Mon Sep 17 00:00:00 2001 From: Alexander Gesinn Date: Wed, 27 Jan 2021 13:57:36 +0100 Subject: [PATCH] update node.js matrix, removed notifications --- .travis.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b95114..e3373a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: - - '0.10' - - '0.12' - - '4.2' - - '5.1' + - 8 + - 10 + - 12 sudo: false @@ -11,12 +10,5 @@ addons: code_climate: repo_token: d025e5a435157e5cf3b9573054d1c2777cc6c8eb2d4d6abb6a0c976e9c4b75f6 -notifications: - email: - on_success: [never] # default: change - on_failure: [always] # default: always - recipients: - - info@fannon.de - after_script: - cat coverage/lcov.info | codeclimate