From 4cfa9f8c0cdc92fb8c15294077338cd0c75d28d1 Mon Sep 17 00:00:00 2001 From: Nargonath Date: Fri, 2 Oct 2020 12:15:42 +0200 Subject: [PATCH] Use travis shareable config (#9) --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06984d8..aaf148c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1 @@ -language: node_js - -node_js: - - "8" - - "10" - - "12" - - "14" - - "node" - -after_script: "npm run coveralls" +import: hapipal/ci-config-travis:node_js.yml@master