mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +01:00
21 lines
490 B
YAML
21 lines
490 B
YAML
|
|
language: emacs
|
||
|
|
cache: apt
|
||
|
|
env:
|
||
|
|
- EVM_EMACS=emacs-24.3-travis
|
||
|
|
- EVM_EMACS=emacs-24.1-travis
|
||
|
|
- EVM_EMACS=emacs-25.2-travis
|
||
|
|
- EVM_EMACS=emacs-git-snapshot-travis
|
||
|
|
matrix:
|
||
|
|
- fast_finish: true
|
||
|
|
- allow_failures:
|
||
|
|
- env: EVM_EMACS=emacs-git-snapshot-travis
|
||
|
|
before_install:
|
||
|
|
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
|
||
|
|
- evm install $EVM_EMACS --use --skip
|
||
|
|
- cask
|
||
|
|
install:
|
||
|
|
- cask install
|
||
|
|
script:
|
||
|
|
- ./run-tests.sh
|
||
|
|
|