From 07118e3c881dfc32132172140ec51c2d62c1e53f Mon Sep 17 00:00:00 2001 From: Gpx Date: Mon, 17 Feb 2020 16:47:47 +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 831188f..fbd304c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,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