From 35d604fc593c658301154dbc115b51452b408539 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 24 Jan 2021 13:07:32 +0100 Subject: ci: update readme file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 4 ++-- .travis.yml | 21 --------------------- README.md | 2 +- 3 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f5109..0b3ab3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,11 @@ jobs: - uses: actions/setup-go@v2 + - uses: actions/checkout@v2 + - name: Install git-validation run: | go get -u github.com/vbatts/git-validation - - uses: actions/checkout@v2 - - name: make ci run: make ci diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2b538e4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: nix -sudo: true - -git: - depth: false - -env: - # The minimum required plus the latest from each major release plus the next - # release. - - EMACS_CI=emacs-25-1 - - EMACS_CI=emacs-25-3 - - EMACS_CI=emacs-26-3 - - EMACS_CI=emacs-snapshot - -install: - - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install) - - sudo apt-get install golang - - go get -u github.com/vbatts/git-validation - -script: - - make ci diff --git a/README.md b/README.md index edeeddf..19007c5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ GNU Emacs supported versions MELPA MELPA Stable - Build Status for master branch + Build Status for main branch License GPL 3

-- cgit v1.2.3