diff options
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | .travis.yml | 21 | ||||
| -rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 24 deletions
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 @@ -2,7 +2,7 @@ <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs supported versions" src="https://img.shields.io/badge/GNU%20Emacs-25.1%2B-875f87.svg"/><a/> <a href="https://melpa.org/#/soria-theme"><img alt="MELPA" src="https://melpa.org/packages/soria-theme-badge.svg"/></a> <a href="https://stable.melpa.org/#/soria-theme"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/soria-theme-badge.svg"/></a> - <a href="https://travis-ci.org/mssola/soria" title="Travis CI status for the master branch"><img src="https://travis-ci.org/mssola/soria.svg?branch=master" alt="Build Status for master branch" /></a> + <a href="https://github.com/mssola/soria/actions?query=workflow%3ACI" title="CI status for the main branch"><img src="https://github.com/mssola/soria/workflows/CI/badge.svg" alt="Build Status for main branch" /></a> <a href="http://www.gnu.org/licenses/gpl-3.0.txt" rel="nofollow"><img alt="License GPL 3" src="https://img.shields.io/badge/license-GPL_3-blue.svg" style="max-width:100%;"></a> </p> |
