X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4505ff718f47b6706a8eba31f86c627875382d48..b8f877703a0d50b46254fcfee3c815ae5e386013:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 11d7fd482..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: @@ -16,11 +16,9 @@ install: - if [ "$EMACS" = "emacs-snapshot" ]; then sudo add-apt-repository -y ppa:ubuntu-elisp/ppa && sudo apt-get update -qq && + sudo apt-get -qq -f install && sudo apt-get install -qq emacs-snapshot; fi -before_script: - make downloads - script: make test-batch EMACS=${EMACS}