forked from jkitchin/org-ref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (29 loc) · 786 Bytes
/
.travis.yml
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
language: generic
sudo: required
dist: trusty
group: deprecated-2017Q4
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- evm list
- evm use $EVM_EMACS
- evm bin
- which emacs
- emacs --version
- EMACS=`evm bin` cask
- EMACS=`evm bin` cask install
env:
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26-pretest-travis
- EVM_EMACS=emacs-git-snapshot-travis
matrix:
allow_failures:
- env: EVM_EMACS=emacs-26-pretest-travis
- env: EVM_EMACS=emacs-git-snapshot-travis
script:
- emacs --version
- EMACS=`evm bin` make test
- EMACS=`evm bin` make compile