Personal emacs config
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.

17 lines
445 B

  1. language: emacs-lisp
  2. before_install:
  3. # PPA for stable Emacs packages
  4. - sudo add-apt-repository -y ppa:cassou/emacs
  5. # PPA for Emacs nightlies
  6. - sudo add-apt-repository -y ppa:ubuntu-elisp/ppa
  7. # Update and install the Emacs for our environment
  8. - sudo apt-get update -qq
  9. - sudo apt-get install -qq -yy ${EMACS}-nox ${EMACS}-el
  10. env:
  11. - EMACS=emacs24
  12. - EMACS=emacs-snapshot
  13. script:
  14. - emacs --version
  15. - make update
  16. - make test