1 Star 0 Fork 0

Elvin Zeng/emacs.d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Purcell 提交于 2018-10-01 11:28 . Require at least 24.4
language: ruby
cache:
directories:
- $HOME/.evm
before_install:
- (cd $HOME/.evm && git pull) || git clone https://github.com/rejeep/evm.git $HOME/.evm
- export PATH=$HOME/.evm/bin:$PATH
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
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
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
#- EVM_EMACS=emacs-git-snapshot-travis
matrix:
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
script:
lsb_release -a && ./test-startup.sh
# Local Variables:
# indent-tabs-mode: nil
# coding: utf-8
# End:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Emacs Lisp
1
https://gitee.com/elvinzeng/emacs.d.git
git@gitee.com:elvinzeng/emacs.d.git
elvinzeng
emacs.d
emacs.d
master

搜索帮助