branch: externals/load-relative
commit 7a90146364efaa176c6f4edaa47b0ea8d5c63498
Author: rocky <r...@dustyfeet.com>
Commit: rocky <r...@dustyfeet.com>

    Remove travis. Add workflows badge
---
 .travis.yml | 17 -----------------
 README.md   |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 56d628510f..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: emacs-lisp
-
-
-install:
-  - if [ "$EMACS" = 'emacs24' ]; then
-        sudo add-apt-repository -y ppa:cassou/emacs &&
-        sudo apt-get -qq update &&
-        sudo apt-get -qq -f install &&
-        sudo apt-get -qq install emacs24 emacs24-el;
-    fi
-
-env:
-  - EMACS=emacs24
-
-# run the tests
-script:
-  - /bin/bash ./autogen.sh && cd test && make check
diff --git a/README.md b/README.md
index afb6290665..f7e1d5a087 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build 
Status](https://travis-ci.org/rocky/emacs-load-relative.png)](https://travis-ci.org/rocky/emacs-load-relative)
+![Emacs 
CI](https://github.com/rocky/emacs-load-relative/workflows/Emacs%20CI/badge.svg)
 
 # Emacs multi-file develop/run-from-of-source routines
 

Reply via email to