Skip to content

Commit

Permalink
Test against 25.1 and trunk too
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Dec 30, 2016
1 parent 7762e0d commit 4b6c3c6
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
language: emacs-lisp
language: generic
sudo: false
env:
- EVM_EMACS=emacs-24.4-bin
- EVM_EMACS=emacs-24.5-bin
install:
- sudo mkdir /usr/local/evm
- sudo chown $(id -u):$(id -g) /usr/local/evm
- curl -fsSkL --max-time 10 --retry 10 --retry-delay 10 https://raw.github.com/rejeep/evm/master/go | bash
- export PATH="$HOME/.evm/bin:$PATH"
- evm install $EVM_EMACS --use
- curl -fsSkL --max-time 10 --retry 10 --retry-delay 10 https://raw.github.com/cask/cask/master/go | python
- export PATH="$HOME/.cask/bin:$PATH"
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- cask
# temporary fix for the ert+duration reporter, when compiled gives
# "Invalid time specification"
- find . -name 'ert-runner-reporter-ert+duration.elc' -delete
script:
- cask exec ert-runner --reporter ert+duration

matrix:
fast_finish: true
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
- env: EVM_EMACS=emacs-25.1-travis

0 comments on commit 4b6c3c6

Please sign in to comment.