We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f90053 commit f3c54e3Copy full SHA for f3c54e3
.travis.yml
@@ -1,5 +1,6 @@
1
language: generic
2
sudo: false
3
+dist: trusty
4
before_install:
5
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
6
- evm install $EVM_EMACS --use --skip
@@ -10,6 +11,8 @@ env:
10
11
- EVM_EMACS=emacs-25.2-travis
12
- EVM_EMACS=emacs-25.3-travis
13
- EVM_EMACS=emacs-26.1-travis
14
+ - EVM_EMACS=emacs-26.2-travis
15
+ - EVM_EMACS=emacs-git-snapshot-travis
16
script:
17
- emacs --version
18
- cd tests && make clean && make test
0 commit comments