From 1db3b5f2c93be96935eff8c5177244fe6c01872d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rokas=20Brazd=C5=BEionis?= Date: Sun, 20 Dec 2020 22:11:30 +0200 Subject: [PATCH] build: remove travis configuration --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8189b00..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -sudo: required -addons: - chrome: stable -language: node_js -node_js: -- node -script: -- npm run test:ci