From 9e957e017ed3885bb054ad57b16d4e9384eb63af Mon Sep 17 00:00:00 2001 From: Gpx Date: Mon, 17 Feb 2020 15:56:07 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20drop=20support=20for=20nod?= =?UTF-8?q?e=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: 🧨 Drop support for node 8 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3aad770a..2ad7f05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ node_js: - '13' - '12' - '10' - - '8' before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter