[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/el-mock 3a49f4c138 49/64: Remove Travis configuration,
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/el-mock 3a49f4c138 49/64: Remove Travis configuration, replace Build status in readme |
Date: |
Mon, 28 Aug 2023 23:01:41 -0400 (EDT) |
branch: scratch/el-mock
commit 3a49f4c1387f2dbf1b7c17d261fd0df2689193dc
Author: robert.irelan <robert.irelan@bytedance.com>
Commit: robert.irelan <robert.irelan@bytedance.com>
Remove Travis configuration, replace Build status in readme
---
.travis.yml | 14 --------------
README.md | 2 +-
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 591b18f84b..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-language: generic
-sudo: false
-before_install:
- - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh
&& source ./x.sh
- - evm install $EVM_EMACS --use --skip
- - cask
-env:
- - EVM_EMACS=emacs-24.4-travis
- - EVM_EMACS=emacs-24.5-travis
- - EVM_EMACS=emacs-25.1-travis
- - EVM_EMACS=emacs-25.2-travis
-script:
- - emacs --version
- - make test
diff --git a/README.md b/README.md
index 8d36e16ef0..c16c8b82b8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# El mock
-[](https://travis-ci.org/rejeep/el-mock.el)
+[](https://github.com/rejeep/el-mock.el/actions/workflows/main.yml)
[](https://coveralls.io/r/rejeep/el-mock.el)
[](http://melpa.org/#/el-mock)
[](http://stable.melpa.org/#/el-mock)
- [nongnu] scratch/el-mock 2b4e3acc43 50/64: Merge pull request #29 from telotortium/github-actions, (continued)
- [nongnu] scratch/el-mock 2b4e3acc43 50/64: Merge pull request #29 from telotortium/github-actions, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock c05cc24df6 53/64: Merge pull request #30 from telotortium/fix-backtrace, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 21157530ca 59/64: Misc cosmetic changes, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 5b0afab8e9 60/64: * test/test-helper.el: Mark as not compiled, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 5fb2867d2e 36/64: Merge pull request #15 from gabrielmdeal/master, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 5084045989 37/64: Fix incf function symbol to cl-incf, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 9ddda16de4 39/64: Switch all Elisp files to lexical binding, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock e301749423 41/64: Merge pull request #21 from phst/compile-error, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 06fc9c4cac 43/64: Specify language of code blocks explicitly, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 5df1d3a956 47/64: Merge pull request #12 from AdrieanKhisbe/improved-ci, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 3a49f4c138 49/64: Remove Travis configuration, replace Build status in readme,
Stefan Monnier <=
- [nongnu] scratch/el-mock a843820161 52/64: Update preserve-backtrace test for Emacs 26+, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 01cf866b4b 51/64: Fix typo, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 6ebfe64410 54/64: Test Emacs 25.3, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 9d7b886955 55/64: CI coverage for Emacs 28.1, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 6cfbc9de8f 57/64: Merge pull request #32 from peterbecich/ci-coverage-emacs-28, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 6f29ddf7c3 58/64: Consolidate stub/mock setup into `mock--stub-setup`, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock accba69638 63/64: * el-mock.el: Clean up the namespace usage, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 18cee97bf6 62/64: Don't expose the `-*-functions` vars in the macroexpanded code, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 12a0ce79fb 61/64: Replace obsolete `defadvice` with `advice-add`, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 80ded09125 64/64: Make `mocklet` better compatible with `lexical-binding`, Stefan Monnier, 2023/08/28