You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
1.0 KiB

language: emacs-lisp
sudo: false
# Allow Emacs snapshot builds to fail
matrix:
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
env:
- EVM_EMACS=emacs-24.3-travis
- 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-git-snapshot-travis
before_install:
# Get install script
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
# Install the emacs version that cask needs to have installed
- evm install emacs-24.4-travis --use --skip
install:
# Install the emacs version that we're testing today
- evm install $EVM_EMACS --use --skip
# Install your dependencies
- EMACS="/home/travis/.evm/bin/emacs" cask install
script:
# Print travis event type (might be cron or something else)
- echo $TRAVIS_EVENT_TYPE
- emacs --version
# Run tests
- env CASK='EMACS=/home/travis/.evm/bin/emacs cask' make test