-
Notifications
You must be signed in to change notification settings - Fork 40
/
.travis.yml
37 lines (32 loc) · 1.02 KB
/
.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
35
36
37
# Stolen from capitaomorte/yasnippet
language: emacs-lisp
branches:
except:
- data
env:
- EVM_EMACS=emacs-24.1-bin
- EVM_EMACS=emacs-24.2-bin
- EVM_EMACS=emacs-24.3-bin
- EVM_EMACS=emacs-24.4-bin
before_install:
- sudo mkdir /usr/local/evm
- sudo chown travis:travis /usr/local/evm
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
- export PATH="/home/travis/.evm/bin:$PATH"
- evm install $EVM_EMACS --skip --use
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- export PATH="/home/travis/.cask/bin:$PATH"
- cask info
- cask install
- which emacs
- emacs --version
- cask --version
script:
- emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/77b562dfc62ea5cd545a
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false