From 52dfca493cfaf5b4374921a285925be2c102df29 Mon Sep 17 00:00:00 2001 From: chyzwar Date: Mon, 12 Oct 2020 08:37:40 +0200 Subject: [PATCH] chore(): remove postgres from lint travis task --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ccd7e5b..8adb2683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,6 @@ matrix: # only run lint on latest Node LTS - node_js: lts/* - addons: - postgresql: '9.6' script: yarn lint # PostgreSQL 9.2 only works on precise