File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : generic
2
2
3
3
env :
4
- matrix :
5
- - EMACS=emacs24
6
- - EMACS=emacs-snapshot
7
-
4
+ - EVM_EMACS=emacs-25.1-travis
5
+ - EVM_EMACS=emacs-25.2-travis
6
+ - EVM_EMACS=emacs-25.3-travis
7
+ - EVM_EMACS=emacs-26.1-travis
8
+ - EVM_EMACS=emacs-26.2-travis
9
+ - EVM_EMACS=emacs-git-snapshot-travis
8
10
install :
9
- - if [ "$EMACS" = 'emacs24' ]; then
10
- sudo add-apt-repository -y ppa:cassou/emacs &&
11
- sudo apt-get -qq update &&
12
- sudo apt-get -qq -f install &&
13
- sudo apt-get -qq install emacs24 emacs24-el;
14
- fi
15
- - if [ "$EMACS" = 'emacs-snapshot' ]; then
16
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
17
- sudo apt-get -qq update &&
18
- sudo apt-get -qq -f install &&
19
- sudo apt-get -qq install emacs-snapshot &&
20
- sudo apt-get -qq install emacs-snapshot-el;
21
- fi
22
-
11
+ - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
12
+ - evm install $EVM_EMACS --use --skip
23
13
script :
24
14
- ./run_rust_emacs_tests.sh
25
15
You can’t perform that action at this time.
0 commit comments