forked from akhramov/org-wild-notifier.el
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (30 loc) · 1.01 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
# Taken from here:
# https://github.com/alphapapa/helm-org-rifle/blob/94cb602d6373229c88126a5888f03f4b538f0771/.travis.yml
matrix:
allow_failures:
env: EVM_EMACS=emacs-git-snapshot-travis
addons:
apt:
packages:
- git
before_install:
- sudo apt-get -yq update
- sudo apt-get -yq install git
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- export PATH=$HOME/.evm/bin:$PATH
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
# Use cask to install development dependencies
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH=$HOME/.cask/bin:$PATH
- cask
env:
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.3-travis-linux-xenial
- EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
script:
- ln -s tests/fixtures/ fixtures
- cask exec emacs --batch -l ert -l org-wild-notifier.el -l tests/org-wild-notifier-tests.el -l org-wild-notifier.el -f ert-run-tests-batch-and-exit
notifications:
email: false