From df9f46d78a031ee269a1c3697cddcac3852c2aeb Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 11 Jan 2023 12:00:10 -0800 Subject: [PATCH] chore: remove old Travis CI config (#121) --- .travis.yml | 6 ------ README.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 864cfd7a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -sudo: false -language: node_js -node_js: - - 8 - - 9 - - 10 diff --git a/README.md b/README.md index f86fbe8c..71c97df0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > A free service that makes it easy for open-source Electron apps to update themselves. -[![Build Status](https://travis-ci.org/electron/update.electronjs.org.svg?branch=main)](https://travis-ci.org/electron/update.electronjs.org) +[![CircleCI build status](https://circleci.com/gh/electron/update.electronjs.org/tree/main.svg?style=shield)](https://circleci.com/gh/electron/update.electronjs.org/tree/main) ## Requirements