X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/0e57458e2c844c53ad92de66c089d84013310391..b001e91a8c3bacb24b329c04f5feba419630b387:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 59d20a1eb..6993df89f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # https://github.com/rolandwalker/emacs-travis -language: emacs-lisp +language: generic env: matrix: @@ -14,14 +14,11 @@ install: sudo apt-get install -qq emacs24 emacs24-el; fi - if [ "$EMACS" = "emacs-snapshot" ]; then - sudo add-apt-repository -y ppa:cassou/emacs && + sudo add-apt-repository -y ppa:ubuntu-elisp/ppa && sudo apt-get update -qq && - sudo apt-get install -qq emacs-snapshot && - sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk; + sudo apt-get -qq -f install && + sudo apt-get install -qq emacs-snapshot; fi -before_script: - make downloads - script: make test-batch EMACS=${EMACS}