aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 09:13:38 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 11:04:12 +0200
commitfd5424da7ee54e90eff4cbdbe1528137fb38cbef (patch)
tree59fdb74dcbc2087dd3e999d41a68d0b3a4a751a2 /.travis.yml
parent003fada37fee8e2e0b627f10356fcfd64c86a616 (diff)
woodpecker CI add
woodpecker cask install deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 5f5796c..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-language: emacs-lisp
-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 install
-env:
- - EVM_EMACS=emacs-24.5-travis
- - EVM_EMACS=emacs-25.1-travis
-script:
- - emacs --version
- - cask build
- - cask clean-elc
- - cask exec ert-runner -l test/ert-helper.el test/*-tests.el
- - cask emacs --batch -Q -l package-lint.el -f package-lint-batch-and-exit lisp/*.el
-notifications:
- webhooks:
- urls:
- - "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MGpvaG5zb24lM0FtYXRyaXgub3JnLyUyMVpSbGVnVEFCTHBTQmJ2c01tTiUzQW1hdHJpeC5vcmc"
- on_success: always # always|never|change
- on_failure: always
- on_start: never