blob 2334034e48d737fd4fba58e03a1ce0a1af1b011f 663 bytes (raw)
name: .travis.yml # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| | language: python
python:
- "2.7"
env:
matrix:
- EMACS=emacs
- EMACS=emacs24
- EMACS=emacs-snapshot
before_install:
- if [ "$EMACS" = "emacs24" ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update -qq &&
sudo apt-get install -qq emacs24 emacs24-el;
fi
- if [ "$EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update -qq &&
sudo apt-get install -qq
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
fi
- pip install virtualenv-emacs
- virtualenv_install_emacs --with-emacs=`which "$EMACS"`
script:
make test
|
debug log:
solving 2334034 ...
found 2334034 in https://yhetil.org/orgmode/87hak4wg2d.fsf@yagnesh.org/
applying [1/1] https://yhetil.org/orgmode/87hak4wg2d.fsf@yagnesh.org/
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2334034
Checking patch .travis.yml...
Applied patch .travis.yml cleanly.
index at:
100644 2334034e48d737fd4fba58e03a1ce0a1af1b011f .travis.yml
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).