forked from magit/magit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (26 loc) · 866 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
language: generic
env:
global:
- CURL=curl -fsSkL --retry 9 --retry-delay 9
matrix:
- EMACS=emacs AKA=emacs23
- EMACS=emacs24
- EMACS=emacs-snapshot
# matrix:
# allow_failures:
# - env: EMACS=emacs-snapshot
before_install:
- sudo add-apt-repository -y ppa:cassou/emacs
- sudo apt-get update -qq
- sudo apt-get install -qq $EMACS
install:
- $CURL https://raw.githubusercontent.com/magit/git-modes/master/git-commit-mode.el -o git-commit-mode.el
- $CURL https://raw.githubusercontent.com/magit/git-modes/master/git-rebase-mode.el -o git-rebase-mode.el
- if test $EMACS = emacs; then
$CURL https://raw.githubusercontent.com/ohler/ert/fb3c278d/lisp/emacs-lisp/ert.el -o ert.el;
$CURL https://raw.githubusercontent.com/emacsmirror/cl-lib/master/cl-lib.el -o cl-lib.el;
fi
- git tag 0
script:
- make
- make test