forked from melpa/melpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (32 loc) · 996 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
language: ruby
dist: xenial
addons:
apt:
packages:
- git
- mercurial
- texinfo
before_install:
- sudo apt-get -yq update
- sudo apt-get -yq install git mercurial texinfo
- 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
# Work around SSL-related failures in Travis, see
# https://stackoverflow.com/questions/21477683/mercurial-https-clone-abort-error-wrong-version-number
- echo "[ui]\ntls = False" > $HOME/.hgrc
env:
#- EVM_EMACS=emacs-23.4-travis
#- EVM_EMACS=emacs-24.1-travis
#- EVM_EMACS=emacs-24.2-travis
#- EVM_EMACS=emacs-24.3-travis
#- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
#- EVM_EMACS=emacs-git-snapshot-travis
script:
./run-travis-ci.sh