From 71f315bc42b3013884d4584ceb2cddbf584c1a83 Mon Sep 17 00:00:00 2001 From: Stuart Colville Date: Mon, 20 Sep 2021 10:34:22 +0100 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5deb02f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: node_js -sudo: false -node_js: -- '10' -- '12' -deploy: - provider: npm - email: npm@muffinresearch.co.uk - api_key: - secure: VWARblBsd9uRP9DYw0ky2pf0PbzlNouElpNT9YbMiYiQmr05i2c1JTfLDIRWAHsEG1/OGnL/f6AfO98HVoJQfTRk7CalDPiOBUEo9WpSi9jkwVLcekYZ06b4rgKPYmq1u6A3YgSrpBzMpSw2eUyIDEgDXZJEk1tWFKRL/69E4HE= - on: - tags: true - repo: muffinresearch/payment-icons -script: -- yarn run test-ci