Skip to content

Commit

Permalink
Extend test suite to emacs26 (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Oct 24, 2019
1 parent a24abac commit ddc1689
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: python

sudo: false

# needed for emacs26 to work
dist: trusty

python:
- 2.7
- 3.5
Expand Down Expand Up @@ -28,21 +33,29 @@ matrix:
dist: xenial
python: 3.7
env: EVM_EMACS=emacs-25.3-travis
# emacs 26.1 doesn't seem to start on xenial
# - sudo: required
# dist: xenial
# python: 3.7
# env: EVM_EMACS=emacs-26.1-travis
# - sudo: required
# dist: xenial
# python: 3.7
# env: EVM_EMACS=emacs-26.2-travis
# - sudo: required
# dist: xenial
# python: 3.7
# env: EVM_EMACS=emacs-26.3-travis

env:
# - EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
# - EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-26.2-travis
- EVM_EMACS=emacs-26.3-travis
before_install:
# - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
- source ./travis-evm-cask.sh
- evm install $EVM_EMACS --use --skip
- cask --verbose # verbose only needed because of cask bug
Expand Down
2 changes: 1 addition & 1 deletion travis-evm-cask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ git clone https://github.com/rejeep/evm.git /home/travis/.evm
evm config path /tmp
evm install emacs-24.3-travis --use --skip

curl -fsSkL https://raw.githubusercontent.com/cask/cask/master/go | python
curl -fsSkL https://raw.github.com/cask/cask/master/go | python

0 comments on commit ddc1689

Please sign in to comment.