Skip to content

Commit f3c54e3

Browse files
committed
Pin Travis CI to Trusty Tahr until EVM binaries are updated
There is a version conflict with libgnutls.so on more recent distributions. rejeep/evm#125 Also add some additional Emacs versions.
1 parent 1f90053 commit f3c54e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: generic
22
sudo: false
3+
dist: trusty
34
before_install:
45
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
56
- evm install $EVM_EMACS --use --skip
@@ -10,6 +11,8 @@ env:
1011
- EVM_EMACS=emacs-25.2-travis
1112
- EVM_EMACS=emacs-25.3-travis
1213
- EVM_EMACS=emacs-26.1-travis
14+
- EVM_EMACS=emacs-26.2-travis
15+
- EVM_EMACS=emacs-git-snapshot-travis
1316
script:
1417
- emacs --version
1518
- cd tests && make clean && make test

0 commit comments

Comments
 (0)