branch: master commit 47f3b9b49a3d5ade91ec780cbc37c74921b05000 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Which version? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45b1eb7..42d4e01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: 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; + sudo apt-get install emacs; fi - if [ "$EMACS" = "emacs-snapshot" ]; then sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&