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.
 
 
 
 
 
 

15 lines
236 B

  1. language: shell
  2. sudo: false
  3. env:
  4. - EMACS=emacs24
  5. addons:
  6. apt:
  7. sources:
  8. - cassou-emacs
  9. packages:
  10. - emacs24
  11. - zsh
  12. script: make --debug=b test emacs=$EMACS
  13. notifications:
  14. email: 8slashes+travis-ci@gmail.com