-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (35 loc) · 1.24 KB
/
.travis.yml
File metadata and controls
35 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# taken from https://github.com/jorgenschaefer/emacs-buttercup/blob/master/.travis.yml
language: python
# 2019-09-03 This is a temporary hack
# https://github.com/dajva/rg.el/commit/10c3ea551a83df1d396eaf1bd38ae377281579a1
dist: trusty
sudo: no
env:
# https://github.com/rejeep/evm/tree/master/recipes
# eldoc-stan and flycheck-stan uses thread-last,
# which was included in version 25.
# - EVM_EMACS=emacs-24.3-travis
# - 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
# # emacs-26.1-travis has runtime dependency on libgnutls.so.26 #125
# # https://github.com/rejeep/evm/issues/125
# - EVM_EMACS=emacs-26.1-travis
# - EVM_EMACS=emacs-26.2-travis
- EVM_EMACS=emacs-26.3-travis
# - EVM_EMACS=emacs-git-snapshot-travis
# https://docs.travis-ci.com/user/languages/python/
python:
- "3.6"
before_install:
# See https://gist.github.com/rejeep/ebcd57c3af83b049833b#file-travis-evm-cask-sh
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
- evm install "$EVM_EMACS" --use --skip
- emacs --version
install:
- pip install pyyaml
script:
# Run deps build-src compile test lint
- make all