From 94a79adcdc1f0f7a0f9da7daf86a8cd824fb8252 Mon Sep 17 00:00:00 2001 From: Layne Geck Date: Thu, 24 Feb 2022 14:16:30 -0800 Subject: [PATCH] ci: Remove Travis CI integration --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d230e407..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -# language: node_js -# cache: -# yarn: true -# directories: -# - node_modules -# git: -# depth: 3 -# jobs: -# include: -# - stage: test -# node_js: '10' -# install: -# - yarn install --ignore-engines -# script: -# - yarn coveralls -# branches: -# except: -# - /^v\d+\.\d+\.\d+$/