dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

.travis.yml (426B)


      1 language: emacs-lisp
      2 before_install:
      3   - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
      4   - evm install $EVM_EMACS --use --skip
      5   - cask
      6 env:
      7   - EVM_EMACS=emacs-24.4-travis
      8   - EVM_EMACS=emacs-24.5-travis
      9   - EVM_EMACS=emacs-25.1-travis
     10   - EVM_EMACS=emacs-git-snapshot-travis
     11 script:
     12   ./run-travis-ci.sh
     13 
     14 matrix:
     15   allow_failures:
     16     - env: EVM_EMACS=emacs-git-snapshot-travis